feat(emacs): Don't scroll Eshell on output

This commit is contained in:
Madeleine Sydney
2025-02-18 17:38:19 -07:00
parent 30a1342a13
commit 40d1bfe4c9

View File

@@ -165,7 +165,7 @@
(propertize (current-time-string) (propertize (current-time-string)
'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 nil)
(eshell-kill-processes-on-exit t) (eshell-kill-processes-on-exit t)
(eshell-hist-ignoredups t) (eshell-hist-ignoredups t)
(eshell-glob-case-insensitive t) (eshell-glob-case-insensitive t)