diff options
Diffstat (limited to 'gnosis-faces.el')
-rw-r--r-- | gnosis-faces.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis-faces.el b/gnosis-faces.el index 42fadfd..a9bfc39 100644 --- a/gnosis-faces.el +++ b/gnosis-faces.el @@ -60,6 +60,11 @@ "Face for user choice." :group 'gnosis-face) +(defface gnosis-face-cloze + '((t :inherit cursor)) + "Face for clozes." + :group 'gnosis-face) + (defface gnosis-face-false '((t :inherit error)) "Face for user choice." |