Merge pull request #4219 from condy0919/patch-1

Remove eshell obsolete variable
This commit is contained in:
Henrik Lissner 2020-11-06 02:32:57 -05:00 committed by GitHub
commit 9aa03b4b27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,6 @@ You should use `set-eshell-alias!' to change this.")
'face 'font-lock-keyword-face)) 'face 'font-lock-keyword-face))
eshell-scroll-to-bottom-on-input 'all eshell-scroll-to-bottom-on-input 'all
eshell-scroll-to-bottom-on-output 'all eshell-scroll-to-bottom-on-output 'all
eshell-buffer-shorthand t
eshell-kill-processes-on-exit t eshell-kill-processes-on-exit t
eshell-hist-ignoredups t eshell-hist-ignoredups t
;; don't record command in history if prefixed with whitespace ;; don't record command in history if prefixed with whitespace