feature/eval: silence linum-mode activation in quickrun
This commit is contained in:
parent
6d84fd6ea3
commit
d0cfb12689
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ invokes the repl. Takes the same arguements as `rtog/add-repl'."
|
|||
quickrun-compile-only
|
||||
quickrun-replace-region)
|
||||
:init
|
||||
(add-hook 'quickrun--mode-hook #'linum-mode)
|
||||
(add-hook! 'quickrun--mode-hook (linum-mode +1))
|
||||
|
||||
:config
|
||||
(set! :popup "*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue