From 3ae52b5d5ac994e905dca86b569466c4a7679358 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Oct 2021 11:39:07 -0700 Subject: emacs: set `eshell-cd-on-directory` to true --- emacs/custom/fcuny-eshell.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit 1.4.1