diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/my-eshell.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/custom/my-eshell.el b/emacs/custom/my-eshell.el index c5a4a27..87179ec 100644 --- a/emacs/custom/my-eshell.el +++ b/emacs/custom/my-eshell.el @@ -99,11 +99,10 @@ append to it, while separating multiple outputs with (define-key eshell-mode-map (kbd "C-c e e") 'my/eshell-export) (customize-set-variable 'eshell-scroll-to-bottom-on-input 'all) -(customize-set-variable 'eshell-error-if-no-glob t) (customize-set-variable 'eshell-hist-ignoredups t) (customize-set-variable 'eshell-save-history-on-exit t) (customize-set-variable 'eshell-cd-on-directory t) -(customize-set-variable 'eshell-prefer-lisp-functions nil) +(customize-set-variable 'eshell-prefer-lisp-functions t) (customize-set-variable 'eshell-destroy-buffer-when-process-dies t) (add-hook 'eshell-mode-hook 'my/eshell-mode-setup) |