diff options
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) |