From 9c28230a236f2ad1607ca2ebfdeb920718c32d96 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 12 Oct 2015 10:00:57 -0400 Subject: [PATCH] shell: set comint-move-point-for-output to true Automatically scroll the buffer on new output --- layers/shell/config.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layers/shell/config.el b/layers/shell/config.el index fe6352ef6..18003cf6d 100644 --- a/layers/shell/config.el +++ b/layers/shell/config.el @@ -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)