summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-27 08:33:31 +0200
committerThanos Apollo <[email protected]>2023-12-27 08:33:31 +0200
commit200e4f4a10eff98b24d24dcdc69446627bf0f3e1 (patch)
treefaf78b6b55d9fa988537d337e9f3e9020a9e4aae
parent87399b02b5ec3b482f9650afcf3a5f864d8b9a58 (diff)
Add custom gnosis-cloze-char
-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.")