diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 86b1aae..9654a7a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -163,7 +163,9 @@ (use-package eshell :bind (("C-c e" . eshell)) - :custom (eshell-directory-name (my/cache-file-name "eshell"))) + :custom ((eshell-cmpl-ignore-case t) + (eshell-directory-name (my/cache-file-name "eshell")) + (eshell-scroll-show-maximum-output nil))) ;; Go |
