summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index 1f86d97..8901782 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -151,6 +151,10 @@ Seperate the question/stem from options."
:group 'gnosis)
(defcustom gnosis-mcq-option-seperator "- "
+ "Seperator for options in mcq note type."
+ :type 'string
+ :group 'gnosis)
+
;;; Faces
(defgroup gnosis-faces nil