Variable: display-line-numbers-minor-tick
display-line-numbers-minor-tick is a customizable variable defined in
xdisp.c.
Value
0
Documentation
If an integer N > 0, highlight line number of every Nth line.
The line number is shown with the line-number-minor-tick face.
Otherwise, no special highlighting is done every Nth line.
Note that major ticks take precedence over minor ticks.
This variable was added, or its default value changed, in Emacs 27.1.
Probably introduced at or before Emacs version 27.1.
Source Code
// Defined in /usr/src/emacs/src/xdisp.c
DEFVAR_INT ("display-line-numbers-minor-tick", display_line_numbers_minor_tick,
doc: /* If an integer N > 0, highlight line number of every Nth line.
The line number is shown with the `line-number-minor-tick' face.
Otherwise, no special highlighting is done every Nth line.
Note that major ticks take precedence over minor ticks. */);