Fix setting for EShell's scrolling behavior
`t` is not an allowed value (as per `setopt`'s complaints), the correct value would be `all`. But let's try `this` for now, this sounds interesting.
This commit is contained in:
parent
463a0082b5
commit
866c79c2b2
2
init.el
2
init.el
@ -2755,7 +2755,7 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
|
||||
(use-package eshell
|
||||
:init (setopt eshell-cmpl-cycle-completions nil
|
||||
eshell-scroll-to-bottom-on-input t
|
||||
eshell-scroll-to-bottom-on-input 'this
|
||||
eshell-prefer-lisp-functions nil
|
||||
eshell-error-if-no-glob nil
|
||||
eshell-hist-ignoredups t
|
||||
|
||||
Loading…
Reference in New Issue
Block a user