diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-17 11:39:07 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-17 11:39:07 -0700 |
commit | 3ae52b5d5ac994e905dca86b569466c4a7679358 (patch) | |
tree | 0c5b91e7323c464960f6bc1b2449a8917ca26d1a /emacs | |
parent | emacs: add a few more aliases to eshell (diff) | |
download | emacs.d-3ae52b5d5ac994e905dca86b569466c4a7679358.tar.gz |
emacs: set `eshell-cd-on-directory` to true
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-eshell.el | 1 |
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) |