Hey friends! I’m using Doom Emacs and have vc-gutter
enabled. When I make changes, a single character (for example =
pops up on the left side of the line numbers. This has the effect of shifting the line numbers and all content of the buffer to the right. Ideally, I’d just like the column to ALWAYS be present even if there are no changes. I tried modifying multiple variables, but I believe all the fringe ones are for graphical. Does anyone have guidance? Thanks!
Update: git-gutter:hide-gutter
is already set to nil
and it doesn’t seem to preserve that column.
You must log in or register to comment.