summaryrefslogtreecommitdiff
path: root/org-fc-hydra.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-04-12 00:07:55 +0200
committerLeon Rische <leon.rische@me.com>2020-04-12 00:07:55 +0200
commit264be5885359913f55c7e6f8faccff371bf2f893 (patch)
treed85628b958db2f358f853b584188051f20a286a9 /org-fc-hydra.el
parentf8a90ccb92cf91cde645a609827750d70bc12df8 (diff)
Add text-input card type to hydra
Diffstat (limited to 'org-fc-hydra.el')
-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)