Don't use nlinum-mode for quickrun buffers in emacs 26+
This commit is contained in:
parent
be2f0a043d
commit
0264fc25ff
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue