1

Enable width calculation for display-line-numbers

This commit is contained in:
Jessie Hildebrandt 2022-12-19 07:04:35 -05:00
parent 00b175a91b
commit 3628970d14

View File

@ -457,6 +457,8 @@ DOCSTRING is an optional form that is discarded upon expansion."
(editor-feature display-line-numbers
"Displays the absolute number of each line in a buffer"
:custom
(display-line-numbers-width-start 100 "Count number of lines (+100) in buffer for initial line number width")
:hook
(prog-mode-hook . (lambda ()
(unless (derived-mode-p 'lisp-interaction-mode)