From 2dec4b75b0457180137fe57a509a1c5efa7a36be Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 31 Jan 2023 18:29:27 -0800 Subject: ref(eshell): not sure Change-Id: I42243b671edcdf5765371f0ec8bd38735456a5bd --- emacs/custom/my-eshell.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs') 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) -- cgit 1.4.1