summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index 6a65b3c..979b592 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -48,6 +48,11 @@
:type 'directory
:group 'gnosis)
+(defcustom gnosis-cloze-char "__"
+ "Gnosis cloze character."
+ :type 'string
+ :group 'gnosis)
+
(defvar gnosis-images-dir (concat gnosis-dir "/" "images")
"Gnosis images directory.")