From d4dc1eeeb34e7a175ee70d4c07478ce2a72d23e1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 27 Jul 2015 15:09:34 +0200 Subject: [PATCH] Thinner line number col --- 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 2ee149e90..1f7697e47 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -58,7 +58,7 @@ "Face for line highlights" :group 'nlinum-mode) (defvar narf--hl-nlinum-overlay nil) (defvar narf--hl-nlinum-line nil) - (defvar nlinum-format " %4d ") + (defvar nlinum-format " %3d ") :init ;; Highlight line number (defun narf|nlinum-unhl-line ()