summaryrefslogtreecommitdiff
path: root/org-fc-hydra.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-01-20 22:59:53 +0100
committerLeon Rische <leon.rische@me.com>2020-01-20 22:59:53 +0100
commita48ce9127be18d4b25caf65398332604113716de (patch)
tree504b6f78500ed1c3bcbc63849f3aeefc61ff02cd /org-fc-hydra.el
parent5561ea0ea9b63dc7950ee2fee99c73ec51e42c88 (diff)
Implement "single" cloze type
Diffstat (limited to 'org-fc-hydra.el')
-rw-r--r--org-fc-hydra.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/org-fc-hydra.el b/org-fc-hydra.el
index 8bf108b..d75a98d 100644
--- a/org-fc-hydra.el
+++ b/org-fc-hydra.el
@@ -9,8 +9,9 @@
("n" org-fc-type-normal-init "Normal" :exit t)
("t" org-fc-type-text-input-init "Text Input" :exit t)
("d" org-fc-type-double-init "Double" :exit t)
- ("d" (org-fc-type-cloze-init 'deletion) "Deletion" :exit t)
+ ("c" (org-fc-type-cloze-init 'deletion) "Deletion" :exit t)
("e" (org-fc-type-cloze-init 'enumeration) "Enum" :exit t)
+ ("s" (org-fc-type-cloze-init 'single) "Single" :exit t)
("x" (org-fc-type-cloze-init 'context) "Context" :exit t)
("q" nil "Quit" :exit t))