From 719e27237441293fa56976865ae50384ad20ff17 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 9 Jun 2017 00:36:52 +0200 Subject: [PATCH] quickrun: use nlinum instead of linum --- modules/feature/eval/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/feature/eval/config.el b/modules/feature/eval/config.el index e8bafc8d4..8012ca535 100644 --- a/modules/feature/eval/config.el +++ b/modules/feature/eval/config.el @@ -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)