Smaller line numbering in *eval* buffers
This commit is contained in:
parent
a19096ec8d
commit
fd11a43aad
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue