quickrun: use nlinum instead of linum
This commit is contained in:
parent
9b47d987aa
commit
719e272374
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ invokes the repl. Takes the same arguements as `rtog/add-repl'."
|
||||||
quickrun-compile-only
|
quickrun-compile-only
|
||||||
quickrun-replace-region)
|
quickrun-replace-region)
|
||||||
:init
|
:init
|
||||||
(add-hook! 'quickrun--mode-hook (linum-mode +1))
|
(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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue