Currently there is hard coded one character wide spacing around line numbers. This patch adds `display-line-numbers-spacing-width' (default: 1), which allows to configure the width of the spacing. This is mostly motivated by wanting to set the spacing to zero. This is result of make -C test: SUMMARY OF TEST RESULTS ----------------------- Files examined: 528 Ran 7991 tests, 7784 results as expected, 1 unexpected, 206 skipped 1 files contained unexpected results:   lisp/progmodes/c-ts-mode-tests.log 1 unexpected results:    FAILED  c-ts-mode-test-indentation I assume that failing c-ts-mode-test-indentation is unrelated to this patch. Miro Palmu