From 86838616cb1f77a0f253bec04201cea8ed158d7e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 28 Jun 2024 04:18:23 +0300 Subject: Update gnosis-mc-cloze guidance & separator --- gnosis.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnosis.el') diff --git a/gnosis.el b/gnosis.el index 137d00e..c187ada 100644 --- a/gnosis.el +++ b/gnosis.el @@ -151,9 +151,9 @@ car value is the prompt, cdr is the prewritten string.") car value is the prompt, cdr is the prewritten string.") (defvar gnosis-mc-cloze-guidance - '("MC-Cloze format example: This is an example correct-option&-option2&-option3" . "Example correct-option&-option2&-option3")) + '("MC-Cloze format example: This is an example correct-option::option2::option3" . "")) -(defcustom gnosis-mc-cloze-separator "&-" +(defcustom gnosis-mc-cloze-separator "::" "Sseparator for choices on multiple choice clozes." :type 'string :group 'gnosis) -- cgit v1.2.3