diff options
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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.") |