diff options
author | Thanos Apollo <[email protected]> | 2024-05-18 05:47:22 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-18 05:47:22 +0300 |
commit | 9daaca28c61610e9266efbd6d93a02038c8d3e43 (patch) | |
tree | 581335123261c7d7fe72908c0b36546cb2127c38 /gnosis.el | |
parent | f288c45172022210a48ce5879c30fe727a44dcc0 (diff) |
Add gnosis-mcc-separator
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -150,6 +150,11 @@ car value is the prompt, cdr is the prewritten string.") car value is the prompt, cdr is the prewritten string.") +(defcustom gnosis-mcc-separator "&-" + "Sseparator for choices on multiple choice clozes." + :type 'string + :group 'gnosis) + (defcustom gnosis-mcq-separator "\n--\n" "Separator for stem field and options in mcq note type. |