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

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

[elpa] externals/beardbolt d37f8a0ebf 042/323: Remove reliance on hl-lin


From: ELPA Syncer
Subject: [elpa] externals/beardbolt d37f8a0ebf 042/323: Remove reliance on hl-line-mode
Date: Thu, 9 Mar 2023 10:58:01 -0500 (EST)

branch: externals/beardbolt
commit d37f8a0ebf340390641a652b99c82582cfe35292
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    Remove reliance on hl-line-mode
---
 rmsbolt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rmsbolt.el b/rmsbolt.el
index f4cc254cf3..538bc7f73e 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -90,7 +90,7 @@
 ;;;; Faces
 
 (defface rmsbolt-current-line-face
-  '((t (:weight bold :inherit hl-line)))
+  '((t (:weight bold :inherit highlight)))
   "Face to fontify the current line for showing matches."
   :group 'rmsbolt)
 



reply via email to

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