diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index ee0573a..d1f7172 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -235,7 +235,11 @@ :custom ((eshell-cmpl-ignore-case t) (eshell-aliases-file (expand-file-name "alias" user-emacs-directory)) (eshell-directory-name (my/cache-file-name "eshell")) - (eshell-scroll-show-maximum-output nil))) + (eshell-hist-ignoredups t) + (eshell-history-append t) + (eshell-history-size 1024) + (eshell-scroll-show-maximum-output nil) + (history-delete-duplicates t))) ;; Flymake |
