mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Smaller line numbering in *eval* buffers
This commit is contained in:
@ -152,6 +152,8 @@
|
|||||||
(defun narf|quickrun-after-run ()
|
(defun narf|quickrun-after-run ()
|
||||||
(let ((window (get-buffer-window quickrun/buffer-name)))
|
(let ((window (get-buffer-window quickrun/buffer-name)))
|
||||||
(with-selected-window window
|
(with-selected-window window
|
||||||
|
(make-variable-buffer-local 'nlinum-format)
|
||||||
|
(setq nlinum-format "%3d ")
|
||||||
(narf|nlinum-enable)
|
(narf|nlinum-enable)
|
||||||
(narf|hide-mode-line)
|
(narf|hide-mode-line)
|
||||||
(let* ((lines (count-lines (point-min) (point-max)))
|
(let* ((lines (count-lines (point-min) (point-max)))
|
||||||
|
Reference in New Issue
Block a user