mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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-replace-region)
|
||||
:init
|
||||
(add-hook 'quickrun--mode-hook #'nlinum-mode)
|
||||
(unless (boundp 'display-line-numbers)
|
||||
(add-hook 'quickrun--mode-hook #'nlinum-mode))
|
||||
:config
|
||||
(set! :popup
|
||||
'("*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
|
||||
|
Reference in New Issue
Block a user