From f350a797e1ff44ce8db547170eda507c57c75c8e Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 29 Sep 2022 15:44:24 +1000 Subject: 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 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) -- cgit v1.2.3