summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-fc-hydra.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/org-fc-hydra.el b/org-fc-hydra.el
index 9cff648..0b7283e 100644
--- a/org-fc-hydra.el
+++ b/org-fc-hydra.el
@@ -36,6 +36,7 @@
(defhydra org-fc-hydra-type ()
("n" org-fc-type-normal-init "Normal" :exit t)
("d" org-fc-type-double-init "Double" :exit t)
+ ("t" org-fc-type-text-input-init "Text Input" :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)