diff --git a/users/crumb/programs/emacs/modules/syd-eshell.el b/users/crumb/programs/emacs/modules/syd-eshell.el index a105fa2..0b8a47d 100644 --- a/users/crumb/programs/emacs/modules/syd-eshell.el +++ b/users/crumb/programs/emacs/modules/syd-eshell.el @@ -165,7 +165,7 @@ (propertize (current-time-string) 'face 'font-lock-keyword-face))) (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-hist-ignoredups t) (eshell-glob-case-insensitive t)