From ee977bdab9a328709301ba9879955597513de746 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Sun, 22 Mar 2020 15:20:52 +0100 Subject: Remove text-input card type from hydra --- org-fc-hydra.el | 1 - 1 file changed, 1 deletion(-) (limited to 'org-fc-hydra.el') 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) -- cgit v1.2.3