0

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?

nephewtom
  • 2,219
  • 17
  • 29
  • The space between the built-in line numbers and the text is hard-coded in `xdisp.c`, at the line that read `strcat (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:35
  • 1
    The question appears to be a duplicate of https://emacs.stackexchange.com/q/55752/2287 However, I haven't studied the code in `xdisp.c` for a few years and am not caught up on the latest developments. – lawlist Feb 28 '22 at 14:44

0 Answers0