core-ui: be quiet linum-mode

This commit is contained in:
Henrik Lissner 2017-05-14 13:33:16 +02:00
parent 581adcc1f5
commit 7b1687170f

View file

@ -204,7 +204,7 @@ file."
:init
(add-hook! (prog-mode text-mode)
(unless (eq major-mode 'org-mode)
(call-interactively #'linum-mode)))
(linum-mode +1)))
:config
(require 'hlinum) ; highlight current line number