From 7e5f64e17bead1cc680f3738191f329fe769ffe8 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 30 Oct 2015 20:03:40 +0100 Subject: [PATCH] hydra-ox.el: Add a require hydra --- hydra-ox.el | 2 ++ 1 file changed, 2 insertions(+) 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 ()