summaryrefslogtreecommitdiff
path: root/org-fc-hydra.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-fc-hydra.el')
-rw-r--r--org-fc-hydra.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/org-fc-hydra.el b/org-fc-hydra.el
index 890e37e..9a192fa 100644
--- a/org-fc-hydra.el
+++ b/org-fc-hydra.el
@@ -27,9 +27,10 @@
;;
;;; Code:
-(require 'org-fc)
(require 'hydra)
+(require 'org-fc)
+
(defhydra org-fc-hydra ()
("m" org-fc-dashboard "Dashboard" :exit t)
("r" org-fc-review "Start Review" :exit t)