branch: externals/hcel commit f350a797e1ff44ce8db547170eda507c57c75c8e Author: Yuchen Pei <h...@ypei.me> Commit: Yuchen Pei <h...@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)