nlinum width from 5 to 4
This commit is contained in:
parent
ad6ec1af8b
commit
41b97e0990
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
||||||
:preface
|
:preface
|
||||||
(defvar narf--hl-nlinum-overlay nil)
|
(defvar narf--hl-nlinum-overlay nil)
|
||||||
(defvar narf--hl-nlinum-line 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")
|
(defface linum-highlight-face '((t (:inherit linum))) "Face for line highlights")
|
||||||
(setq linum-format "%3d ")
|
(setq linum-format "%3d ")
|
||||||
:init
|
:init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue