mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't use nlinum-mode for quickrun buffers in emacs 26+
This commit is contained in:
@ -91,7 +91,8 @@ function that creates and returns the REPL buffer."
|
|||||||
quickrun-compile-only
|
quickrun-compile-only
|
||||||
quickrun-replace-region)
|
quickrun-replace-region)
|
||||||
:init
|
:init
|
||||||
(add-hook 'quickrun--mode-hook #'nlinum-mode)
|
(unless (boundp 'display-line-numbers)
|
||||||
|
(add-hook 'quickrun--mode-hook #'nlinum-mode))
|
||||||
:config
|
:config
|
||||||
(set! :popup
|
(set! :popup
|
||||||
'("*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
|
'("*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
|
||||||
|
Reference in New Issue
Block a user