From 7ee08c0573b74763cf615379437b1edb9516768a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 29 Mar 2016 13:40:12 -0400 Subject: [PATCH] nlinum: less right-padding --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 07ee35a2c..6b4476e57 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -151,7 +151,7 @@ (defface linum-highlight-face '((t (:inherit linum))) "Face for line highlights") (defvar narf--hl-nlinum-overlay nil) (defvar narf--hl-nlinum-line nil) - (defvar nlinum-format "%4d ") + (defvar nlinum-format "%4d ") (setq linum-format "%3d ") :init (defun narf|nlinum-enable ()