mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Smaller line numbering in *eval* buffers
This commit is contained in:
@ -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)))
|
||||
|
Reference in New Issue
Block a user