mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
committed by
Henrik Lissner
parent
06e270b1e6
commit
8eb4e37ffb
@ -44,6 +44,12 @@
|
|||||||
;; have a sane `comment-line-break-function', so...
|
;; have a sane `comment-line-break-function', so...
|
||||||
comment-line-break-function nil)
|
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! (:after ess-help
|
||||||
(:map ess-help-mode-map
|
(:map ess-help-mode-map
|
||||||
:n "q" #'kill-current-buffer
|
:n "q" #'kill-current-buffer
|
||||||
|
Reference in New Issue
Block a user