Fix hydras

Without the ‘require’ an error is signaled about a function not being
defined.
This commit is contained in:
Tom Willemse 2016-09-19 12:52:07 +02:00
parent 66f6ce7309
commit ddf26ede7e
2 changed files with 4 additions and 0 deletions

View file

@ -24,6 +24,8 @@
;;; Code: ;;; Code:
(require 'hydra)
;;;###autoload(autoload 'oni-hydra-magit/body "oni-hydra-magit") ;;;###autoload(autoload 'oni-hydra-magit/body "oni-hydra-magit")
(defhydra oni-hydra-magit (:color blue) (defhydra oni-hydra-magit (:color blue)
"Magit" "Magit"

View file

@ -24,6 +24,8 @@
;;; Code: ;;; Code:
(require 'hydra)
;;;###autoload(autoload 'oni-hydra-org/body "oni-hydra-org") ;;;###autoload(autoload 'oni-hydra-org/body "oni-hydra-org")
(defhydra oni-hydra-org (:color blue) (defhydra oni-hydra-org (:color blue)
"Org" "Org"