shell: set comint-move-point-for-output to true

Automatically scroll the buffer on new output
This commit is contained in:
syl20bnr 2015-10-12 10:00:57 -04:00
parent acc197f7fe
commit 9c28230a23

View file

@ -10,6 +10,11 @@
;;
;;; License: GPLv3
;; Emacs built-in variables
;; move point to the end of buffer on new output
(setq comint-move-point-for-output t)
;; Variables
(spacemacs|defvar-company-backends eshell-mode)