summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-17 11:39:07 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-17 11:39:07 -0700
commit3ae52b5d5ac994e905dca86b569466c4a7679358 (patch)
tree0c5b91e7323c464960f6bc1b2449a8917ca26d1a /emacs/custom
parentemacs: add a few more aliases to eshell (diff)
downloademacs.d-3ae52b5d5ac994e905dca86b569466c4a7679358.tar.gz
emacs: set `eshell-cd-on-directory` to true
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-eshell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el
index f54cd4b..6d3b1c1 100644
--- a/emacs/custom/fcuny-eshell.el
+++ b/emacs/custom/fcuny-eshell.el
@@ -99,6 +99,7 @@ multiple eshell windows easier."
   (eshell-error-if-no-glob t)
   (eshell-hist-ignoredups t)
   (eshell-save-history-on-exit t)
+  (eshell-cd-on-directory t)
   (eshell-prefer-lisp-functions nil)
   (eshell-where-to-jump 'begin)
   (eshell-review-quick-commands nil)