quickrun: use nlinum instead of linum

This commit is contained in:
Henrik Lissner
2017-06-09 00:36:52 +02:00
parent 9b47d987aa
commit 719e272374

View File

@ -89,8 +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 +1))
(add-hook 'quickrun--mode-hook #'nlinum-mode)
:config
(set! :popup
'("*quickrun*" :size 10 :noesc t :autokill t :autoclose t)