From: Oleh Krehel Date: Tue, 8 Dec 2015 09:25:15 +0000 (+0100) Subject: Merge commit '97c2270f7138530de21f773f094c1495498cac78' from hydra X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/a0561bff0dfcf267ee1796924f5aad904c377ee9 Merge commit '97c2270f7138530de21f773f094c1495498cac78' from hydra --- a0561bff0dfcf267ee1796924f5aad904c377ee9 diff --cc packages/hydra/hydra-ox.el index 1dc708850,0d489e5f7..e8d48e34a --- a/packages/hydra/hydra-ox.el +++ b/packages/hydra/hydra-ox.el @@@ -24,8 -24,9 +24,10 @@@ ;; This shows how a complex dispatch menu can be built with Hydra. ;;; Code: + + (require 'hydra) (require 'org) +(require 'hydra) ;`defhydradio' is not autoloaded! (defhydradio hydra-ox () (body-only "Export only the body.")