summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnosis.el b/gnosis.el
index 28d255d..84c7b49 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -116,8 +116,12 @@ framework's minibuffer."
(defconst gnosis-db-version 3
"Gnosis database version.")
-(defvar gnosis-note-types '("MCQ" "Cloze" "Basic" "Double" "y-or-n")
- "Gnosis available note types.")
+(defvar gnosis-thema-types
+ '(("Basic" . gnosis-add-thema--basic)
+ ("MCQ" . gnosis-add-thema--mcq)
+ ("Double" . gnosis-add-thema--double)
+ ("Cloze" . gnosis-add-thema--cloze))
+ "Mapping of Themas & their respective functions.")
(defvar gnosis-previous-note-tags '()
"Tags input from previously added note.")