See https://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00151.html
and its resulting thread.
* lisp/display-line-numbers.el (display-line-numbers): Add to the
convenience group.
* lisp/faces.el (line-number):
(line-number-current-line): Add to the display-line-numbers group.
(defgroup display-line-numbers nil
"Display line numbers in the buffer."
+ :group 'convenience
:group 'display)
(defcustom display-line-numbers-type t
and text lines might move horizontally as you move through
the buffer."
:version "26.1"
- :group 'basic-faces)
+ :group 'basic-faces
+ :group 'display-line-numbers)
(defface line-number-current-line
'((t :inherit line-number))
from that of the `line-number' face could produce such
unwanted effects."
:version "26.1"
- :group 'basic-faces)
+ :group 'basic-faces
+ :group 'display-line-numbers)
(defface escape-glyph
'((((background dark)) :foreground "cyan")