diff --git a/modules/lang/ess/config.el b/modules/lang/ess/config.el index 0cd0f8ccb..0de07fcdf 100644 --- a/modules/lang/ess/config.el +++ b/modules/lang/ess/config.el @@ -44,6 +44,12 @@ ;; have a sane `comment-line-break-function', so... comment-line-break-function nil) + ;; HACK: make the REPL buffer more responsive. + (setq-hook! 'inferior-ess-mode-hook + comint-scroll-to-bottom-on-input t + comint-scroll-to-bottom-on-output t + comint-move-point-for-output t) + (map! (:after ess-help (:map ess-help-mode-map :n "q" #'kill-current-buffer