From 1c16644b57e002b520d6f81e890a36be0cbd508b Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Fri, 8 Dec 2023 08:08:11 -0500 Subject: [PATCH] Prevent display-line-numbers from shrinking margin --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index a77e63c..5c07261 100644 --- a/init.el +++ b/init.el @@ -420,6 +420,7 @@ 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-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") :hook (prog-mode-hook . (lambda ()