diff options
author | Thanos Apollo <[email protected]> | 2024-07-16 17:16:37 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-16 17:16:37 +0300 |
commit | 10f24c92262fa38ccac8b51d91c22cd4105ca460 (patch) | |
tree | 0028c8ae589ce3103372a6ef41dd1b88a3a1727d /gnosis.el | |
parent | ae64248b4ae49055d94e178e39edd0960132fd57 (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.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 '() |