Prevent display-line-numbers from shrinking margin
This commit is contained in:
parent
eebf5ead3b
commit
1c16644b57
1
init.el
1
init.el
@ -420,6 +420,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
|||||||
(editor-feature display-line-numbers
|
(editor-feature display-line-numbers
|
||||||
"Displays the absolute number of each line in a buffer."
|
"Displays the absolute number of each line in a buffer."
|
||||||
:custom
|
:custom
|
||||||
|
(display-line-numbers-grow-only t "Do not decrease the width of the line number column after it has grown")
|
||||||
(display-line-numbers-width-start 100 "Count number of lines (+100) in buffer for initial line number width")
|
(display-line-numbers-width-start 100 "Count number of lines (+100) in buffer for initial line number width")
|
||||||
:hook
|
:hook
|
||||||
(prog-mode-hook . (lambda ()
|
(prog-mode-hook . (lambda ()
|
||||||
|
Loading…
Reference in New Issue
Block a user