[EShell] Set some further variables

This commit is contained in:
Daniel - 2018-01-24 19:30:05 +01:00
parent 361ee2e83d
commit 7399609194
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,11 @@
(setq eshell-cmpl-cycle-completions nil
eshell-scroll-to-bottom-on-input t
eshell-prefer-lisp-functions nil)
eshell-prefer-lisp-functions nil
eshell-error-if-no-glob t
eshell-hist-ignoredups t
eshell-save-history-on-exit t
eshell-destroy-buffer-when-process-dies t)
(setenv "PAGER" "cat")