diff options
author | Leon Rische <leon.rische@me.com> | 2020-04-12 00:07:55 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-04-12 00:07:55 +0200 |
commit | 264be5885359913f55c7e6f8faccff371bf2f893 (patch) | |
tree | d85628b958db2f358f853b584188051f20a286a9 /org-fc-hydra.el | |
parent | f8a90ccb92cf91cde645a609827750d70bc12df8 (diff) |
Add text-input card type to hydra
Diffstat (limited to 'org-fc-hydra.el')
-rw-r--r-- | org-fc-hydra.el | 1 |
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) |