summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-16 17:16:37 +0300
committerThanos Apollo <[email protected]>2024-07-16 17:16:37 +0300
commit10f24c92262fa38ccac8b51d91c22cd4105ca460 (patch)
tree0028c8ae589ce3103372a6ef41dd1b88a3a1727d /gnosis.el
parentae64248b4ae49055d94e178e39edd0960132fd57 (diff)
Remove MC-Cloze from the default note types.
* MC-cloze is due for a rewrite, current versio is buggy, thus it should be enabled by default.
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index f5e6d1a..ff35238 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -142,7 +142,7 @@ a string describing the action."
(defconst gnosis-db-version 2
"Gnosis database version.")
-(defvar gnosis-note-types '("MCQ" "MC-Cloze" "Cloze" "Basic" "Double" "y-or-n")
+(defvar gnosis-note-types '("MCQ" "Cloze" "Basic" "Double" "y-or-n")
"Gnosis available note types.")
(defvar gnosis-previous-note-tags '()