summaryrefslogtreecommitdiff
path: root/org-fc-hydra.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-03-22 15:20:52 +0100
committerLeon Rische <leon.rische@me.com>2020-03-22 15:20:52 +0100
commitee977bdab9a328709301ba9879955597513de746 (patch)
treeacd8197f560e02c6ba9929f3ae0a03bd26d2357b /org-fc-hydra.el
parent497dcceea598cf8bb0c7682808b9c4236f9bad33 (diff)
Remove text-input card type from hydra
Diffstat (limited to 'org-fc-hydra.el')
-rw-r--r--org-fc-hydra.el1
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)