diff options
author | Thanos Apollo <[email protected]> | 2023-12-27 08:33:31 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-27 08:33:31 +0200 |
commit | 200e4f4a10eff98b24d24dcdc69446627bf0f3e1 (patch) | |
tree | faf78b6b55d9fa988537d337e9f3e9020a9e4aae /gnosis.el | |
parent | 87399b02b5ec3b482f9650afcf3a5f864d8b9a58 (diff) |
Add custom gnosis-cloze-char
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.") |