From e2150d994a66c580ff9fabeed44b8fa5146c7e65 Mon Sep 17 00:00:00 2001 From: Alexander Gramiak Date: Sat, 7 Oct 2017 15:02:01 -0600 Subject: Add line-number faces to the display-line-numbers group 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. --- lisp/faces.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lisp/faces.el') diff --git a/lisp/faces.el b/lisp/faces.el index 24ab1fa4f0c..a5f1d1dd328 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2483,7 +2483,8 @@ monospaced font, otherwise line numbers will not line up, 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)) @@ -2497,7 +2498,8 @@ the buffer. Similarly, making this face's font different 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") -- cgit v1.2.1