nlinum width from 5 to 4

This commit is contained in:
Henrik Lissner 2016-01-02 15:06:38 -05:00
parent ad6ec1af8b
commit 41b97e0990

View file

@ -165,7 +165,7 @@
:preface
(defvar narf--hl-nlinum-overlay nil)
(defvar narf--hl-nlinum-line nil)
(defvar nlinum-format "%5d ")
(defvar nlinum-format "%4d ")
(defface linum-highlight-face '((t (:inherit linum))) "Face for line highlights")
(setq linum-format "%3d ")
:init