From 9daaca28c61610e9266efbd6d93a02038c8d3e43 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 18 May 2024 05:47:22 +0300 Subject: Add gnosis-mcc-separator --- gnosis.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnosis.el b/gnosis.el index b5678ec..5faa660 100644 --- a/gnosis.el +++ b/gnosis.el @@ -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. -- cgit v1.2.3