emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 9ae49faf0a 239/336: Support `line-numer-cu


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 9ae49faf0a 239/336: Support `line-numer-current-line` face.
Date: Fri, 14 Jan 2022 10:59:41 -0500 (EST)

branch: elpa/spacemacs-theme
commit 9ae49faf0a79d91ac490d140df682bf37580c273
Author: Vincent Zhang <seagle0128@gmail.com>
Commit: Vincent Zhang <seagle0128@gmail.com>

    Support `line-numer-current-line` face.
---
 spacemacs-common.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index c325d9db64..2eb341b330 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -530,10 +530,10 @@ to 'auto, tags may not be properly aligned. "
 ;;;;; linum-mode
      `(linum ((,class (:foreground ,lnum :background ,bg2 :inherit default))))
 
-;;;;; line-numbers-mode (Emacs 26+)
+;;;;; display-line-numbers-mode (Emacs 26+)
      (when (>= emacs-major-version 26)
        `(line-number ((,class (:foreground ,lnum :background ,bg2)))))
-
+       `(line-number-current-line ((,class (:foreground ,base :background 
,bg2))))))
 ;;;;; linum-relative
      `(linum-relative-current-face ((,class (:foreground ,comp))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]