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

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

[elpa] externals/hcel f350a797e1 4/4: using highlight instead of undersc


From: ELPA Syncer
Subject: [elpa] externals/hcel f350a797e1 4/4: using highlight instead of underscore for highlighting id
Date: Thu, 29 Sep 2022 01:57:45 -0400 (EDT)

branch: externals/hcel
commit f350a797e1ff44ce8db547170eda507c57c75c8e
Author: Yuchen Pei <hi@ypei.me>
Commit: Yuchen Pei <hi@ypei.me>

    using highlight instead of underscore for highlighting id
---
 hcel-source.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcel-source.el b/hcel-source.el
index 814211c7fa..78fa2b89e9 100644
--- a/hcel-source.el
+++ b/hcel-source.el
@@ -271,7 +271,7 @@ the location with pulsing.
       (run-hooks 'hcel-eldoc-hook))))
 
 ;; highlight
-(defface hcel-highlight-id-face '((t (:inherit underline)))
+(defface hcel-highlight-id-face '((t (:inherit highlight)))
   "Face for highlighting hcel identifier at point."
   :group 'hcel-faces)
 



reply via email to

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