diff --git a/core/core-ui.el b/core/core-ui.el index 07fb9648a..d5d56c945 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -167,9 +167,11 @@ :commands nlinum-mode :preface (setq linum-format "%3d ") - (defvar nlinum-format "%4d ") + (defvar nlinum-format "%4d ") (defvar narf--hl-nlinum-overlay 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))) "Face for line highlights") :init