aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/visual.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/visual.sh')
-rw-r--r--sh/profile.d/visual.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/visual.sh b/sh/profile.d/visual.sh
index 899437af..f79158b8 100644
--- a/sh/profile.d/visual.sh
+++ b/sh/profile.d/visual.sh
@@ -6,7 +6,7 @@ if command -v emacs >/dev/null 2>&1 &&
# Use or start a GNU Emacs client, if possible
if command -v pgrep >/dev/null 2>&1 &&
pgrep -fxu "$USER" 'emacs --daemon' >/dev/null ||
- emacs --daemon >/dev/null ; then
+ emacs --daemon 2>/dev/null ; then
VISUAL=emacsclient
# If no GNU Emacs daemon is available, just create a new instance every