summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnosis.el b/gnosis.el
index 95364a9..a8d7743 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -38,6 +38,7 @@
;;; Code:
(require 'cl-lib)
+(require 'subr-x)
(require 'vc)
(require 'emacsql-sqlite)
@@ -57,7 +58,7 @@
:type 'directory
:group 'gnosis)
-(defcustom gnosis-cloze-string "__"
+(defcustom gnosis-cloze-string "[...]"
"Gnosis string to represent a cloze."
:type 'string
:group 'gnosis)
@@ -230,7 +231,7 @@ Seperate the question/stem from options."
:group 'gnosis-face)
(defface gnosis-face-cloze
- '((t :inherit cursor))
+ '((t :inherit (ffap italic)))
"Face for clozes."
:group 'gnosis-face)