diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-31 18:29:27 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-31 18:29:27 -0800 |
commit | 2dec4b75b0457180137fe57a509a1c5efa7a36be (patch) | |
tree | 4a65d2a142a3c8a3300e83c48e73f4ff9e175993 | |
parent | fix(ui): re-indent correctly (diff) | |
download | emacs.d-2dec4b75b0457180137fe57a509a1c5efa7a36be.tar.gz |
ref(eshell): not sure
Change-Id: I42243b671edcdf5765371f0ec8bd38735456a5bd
-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) |