mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
nlinum: more space in line number column + add narf-linum face
This commit is contained in:
@ -167,9 +167,11 @@
|
|||||||
:commands nlinum-mode
|
:commands nlinum-mode
|
||||||
:preface
|
:preface
|
||||||
(setq linum-format "%3d ")
|
(setq linum-format "%3d ")
|
||||||
(defvar nlinum-format "%4d ")
|
(defvar nlinum-format "%4d ")
|
||||||
(defvar narf--hl-nlinum-overlay nil)
|
(defvar narf--hl-nlinum-overlay nil)
|
||||||
(defvar narf--hl-nlinum-line nil)
|
(defvar narf--hl-nlinum-line nil)
|
||||||
|
(defface narf-linum '((t (:inherit linum)))
|
||||||
|
"Face for line in popups")
|
||||||
(defface linum-highlight-face '((t (:inherit linum)))
|
(defface linum-highlight-face '((t (:inherit linum)))
|
||||||
"Face for line highlights")
|
"Face for line highlights")
|
||||||
:init
|
:init
|
||||||
|
Reference in New Issue
Block a user