Replace nlinum with linum

This commit is contained in:
Henrik Lissner 2017-05-13 22:39:50 +02:00
parent 7713cdb0bd
commit 5491fd552e
7 changed files with 19 additions and 36 deletions

View file

@ -15,9 +15,6 @@
(set! :company-backend 'web-mode '(company-web-html company-yasnippet))
(setq web-mode-enable-html-entities-fontification t)
;; Fix blank line numbers after unfolding
(advice-add #'web-mode-fold-or-unfold :after #'nlinum--flush)
(map! :map web-mode-map
(:localleader :n "rt" #'web-mode-element-rename)
"M-/" #'web-mode-comment-or-uncomment