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

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

[nongnu] elpa/spacemacs-theme 0a5a745c20 222/336: Fix (#91) Show-paren-m


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 0a5a745c20 222/336: Fix (#91) Show-paren-mode erroneously highlights the left margin
Date: Fri, 14 Jan 2022 10:59:39 -0500 (EST)

branch: elpa/spacemacs-theme
commit 0a5a745c209daafc0e60b8db92993802a9c05fb8
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Fix (#91) Show-paren-mode erroneously highlights the left margin
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index a6fbdddf28..aabad329f0 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -513,7 +513,7 @@ to 'auto, tags may not be properly aligned. "
      `(ledger-occur-xact-face ((,class (:background ,bg2))))
 
 ;;;;; linum-mode
-     `(linum ((,class (:foreground ,lnum :background ,bg2))))
+     `(linum ((,class (:foreground ,lnum :background ,bg2 :inherit default))))
 
 ;;;;; line-numbers-mode (Emacs 26+)
      (when (>= emacs-major-version 26)



reply via email to

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