From fd11a43aad31180644cb53dfb617696903087e44 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 7 Mar 2016 01:14:56 -0500 Subject: [PATCH] Smaller line numbering in *eval* buffers --- core/core-popup.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-popup.el b/core/core-popup.el index e3d684ad7..9c4613e78 100644 --- a/core/core-popup.el +++ b/core/core-popup.el @@ -152,6 +152,8 @@ (defun narf|quickrun-after-run () (let ((window (get-buffer-window quickrun/buffer-name))) (with-selected-window window + (make-variable-buffer-local 'nlinum-format) + (setq nlinum-format "%3d ") (narf|nlinum-enable) (narf|hide-mode-line) (let* ((lines (count-lines (point-min) (point-max)))