From 200e4f4a10eff98b24d24dcdc69446627bf0f3e1 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 27 Dec 2023 08:33:31 +0200 Subject: Add custom gnosis-cloze-char --- gnosis.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnosis.el') 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.") -- cgit v1.2.3