branch: master commit 7e5f64e17bead1cc680f3738191f329fe769ffe8 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
hydra-ox.el: Add a require hydra --- hydra-ox.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hydra-ox.el b/hydra-ox.el index 5f1a5c9..0d489e5 100644 --- a/hydra-ox.el +++ b/hydra-ox.el @@ -24,6 +24,8 @@ ;; This shows how a complex dispatch menu can be built with Hydra. ;;; Code: + +(require 'hydra) (require 'org) (defhydradio hydra-ox ()