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

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

[nongnu] elpa/spacemacs-theme ba751f85cc 243/336: Merge pull request #10


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme ba751f85cc 243/336: Merge pull request #108 from seagle0128/master
Date: Fri, 14 Jan 2022 10:59:42 -0500 (EST)

branch: elpa/spacemacs-theme
commit ba751f85cc234124a74234c50a3ce740ba292c7e
Merge: e4b3fda02d 00356dc91c
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #108 from seagle0128/master
    
    Support `line-numer-current-line` face.
---
 spacemacs-common.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 40b53110e7..9f249eeb50 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -530,9 +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 ((,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]