diff options
-rw-r--r-- | org-fc-hydra.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org-fc-hydra.el b/org-fc-hydra.el index 3f8d61a..9cff648 100644 --- a/org-fc-hydra.el +++ b/org-fc-hydra.el @@ -35,7 +35,6 @@ (defhydra org-fc-hydra-type () ("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) ("c" (org-fc-type-cloze-init 'deletion) "Deletion" :exit t) ("e" (org-fc-type-cloze-init 'enumeration) "Enum" :exit t) |