summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/eshell/profile')
-rw-r--r--.emacs.d/eshell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/eshell/profile b/.emacs.d/eshell/profile
index 42eb0e8a..dccfc2b2 100644
--- a/.emacs.d/eshell/profile
+++ b/.emacs.d/eshell/profile
@@ -1,4 +1,4 @@
-# for processes spawned by Eshell, drop the -c/-t set in ~/.shenv, so that the
+# for processes spawned by Eshell, drop the -t set in ~/.profile, so that the
# Emacs frame containing Eshell gets reused, and pass -s if necessary
export EDITOR="emacsclient$(if (stringp (daemonp)) (concat \" -s\" (daemonp)) \"\")"
export VISUAL="$EDITOR"