feat(emacs): Don't scroll Eshell on output
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user