From ce9e89ab0b0617caee5d49f4271041ba9492c15e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 6 Aug 2015 12:46:39 +0200 Subject: [PATCH] Smaller line number column --- 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 6e6b073a1..a237070a4 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -50,7 +50,7 @@ "Face for line highlights" :group 'nlinum-mode) (defvar narf--hl-nlinum-overlay nil) (defvar narf--hl-nlinum-line nil) - (defvar nlinum-format " %3d ") + (defvar nlinum-format " %3d ") :init ;; Highlight line number (defun narf|nlinum-unhl-line ()