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:
Daniel Borchmann 2025-09-06 16:50:41 +02:00
parent 463a0082b5
commit 866c79c2b2
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -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