From 6ac3e495bd9c741a9b56b3987cd37819570b8827 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 20 May 2016 17:20:44 -0400 Subject: [PATCH] nlinum: more space in line number column + add narf-linum face --- core/core-ui.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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