summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-08 08:20:36 +0200
committerThanos Apollo <[email protected]>2024-03-08 08:33:09 +0200
commit51fb1c37af5fe1cda46883d7ce983bc49bab255a (patch)
tree4f13f04aef065149464c275b0c53f57e543fb6bd
parent361584bfcafb7d757455c8df427e082a7b53a4e4 (diff)
Add gnosis-mcq-options-seperator
Seperate each option
-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