diff options
Diffstat (limited to 'org-fc-hydra.el')
-rw-r--r-- | org-fc-hydra.el | 3 |
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)) |