aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-29 15:44:24 +1000
committerYuchen Pei <hi@ypei.me>2022-09-29 15:44:24 +1000
commitf350a797e1ff44ce8db547170eda507c57c75c8e (patch)
treeb095e0c4136a20c5d0a218f5b64b5ad6d214e670
parent6cd302da5849e1402c678462753419a2a732250f (diff)
using highlight instead of underscore for highlighting id
-rw-r--r--hcel-source.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcel-source.el b/hcel-source.el
index 814211c..78fa2b8 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)