perf(ess): make REPL *R* buffer more responsive

Fix: #6455
This commit is contained in:
Maikol Solís
2025-04-16 22:32:50 -04:00
committed by Henrik Lissner
parent 06e270b1e6
commit 8eb4e37ffb

View File

@ -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