diff options
author | Thanos Apollo <[email protected]> | 2023-12-28 13:26:26 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-28 13:26:26 +0200 |
commit | 3b193cae8903be1a760a7c04e50189dcfcf786cf (patch) | |
tree | a137cf6b0dec05dd5762e071cbe3834ab3e4f574 /gnosis-faces.el | |
parent | e02340c37475c14aaedd3b075183b952df04f294 (diff) |
Add gnosis-face-cloze
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." |