summaryrefslogtreecommitdiff
path: root/org-fc-hydra.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-06-25 17:38:06 +0200
committerLeon Rische <leon.rische@me.com>2020-06-25 17:38:06 +0200
commitf0a1aee42f5bc2202c70063428e8ddd096bce851 (patch)
tree2f0cb89c38f1c5c66e03a67a41a19e85daaaddbf /org-fc-hydra.el
parent4b189948f110d9ad4275be0de3ef8ab5ba9adb47 (diff)
Update `require`s
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 809d91b..5c63c9a 100644
--- a/org-fc-hydra.el
+++ b/org-fc-hydra.el
@@ -25,6 +25,7 @@
;;; Code:
(require 'org-fc)
+(require 'hydra)
(defhydra org-fc-hydra ()
("m" org-fc-dashboard "Dashboard" :exit t)