Trying global-display-line-numbers-mode
, I would like to achieve what linum-format
does with:
Linum: Separating line numbers from text
How to achieve that using global-display-line-numbers-mode
?
Trying global-display-line-numbers-mode
, I would like to achieve what linum-format
does with:
Linum: Separating line numbers from text
How to achieve that using global-display-line-numbers-mode
?
xdisp.c
, at the line that readstrcat (lnum_buf, " ");
The deprecated Lisp version used the fringe as a separator, but that is not the case with built-in line numbers. – lawlist Feb 28 '22 at 14:35xdisp.c
for a few years and am not caught up on the latest developments. – lawlist Feb 28 '22 at 14:44