From 264be5885359913f55c7e6f8faccff371bf2f893 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Sun, 12 Apr 2020 00:07:55 +0200 Subject: Add text-input card type to hydra --- org-fc-hydra.el | 1 + 1 file changed, 1 insertion(+) (limited to 'org-fc-hydra.el') 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) -- cgit v1.2.3