Smaller line numbering in *eval* buffers

This commit is contained in:
Henrik Lissner 2016-03-07 01:14:56 -05:00
parent a19096ec8d
commit fd11a43aad

View file

@ -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)))