diff options
author | Thanos Apollo <[email protected]> | 2023-12-29 04:50:39 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-29 04:50:39 +0200 |
commit | 8bbf191ae6f651cbf0f8bb220616feb418a8d749 (patch) | |
tree | 6d218c76683d5d1db74f1c939c354572a8d81f0c /gnosis-faces.el | |
parent | 017a7035f46777ee4a9c6c162b666f93e0839362 (diff) |
gnosis-face-correct: Change to 'match' from 'homoglyph'
Diffstat (limited to 'gnosis-faces.el')
-rw-r--r-- | gnosis-faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-faces.el b/gnosis-faces.el index a9bfc39..a592e68 100644 --- a/gnosis-faces.el +++ b/gnosis-faces.el @@ -56,7 +56,7 @@ :group 'gnosis-face) (defface gnosis-face-correct - '((t :inherit homoglyph)) + '((t :inherit match)) "Face for user choice." :group 'gnosis-face) |