]> git.donarmstrong.com Git - lib.git/commitdiff
fix don-hydra to provide itself and require outline
authorDon Armstrong <don@donarmstrong.com>
Tue, 18 Aug 2015 17:30:39 +0000 (12:30 -0500)
committerDon Armstrong <don@donarmstrong.com>
Tue, 18 Aug 2015 17:30:39 +0000 (12:30 -0500)
emacs_el/configuration/don-hydra.el

index 951e48accc30a19751bee45f2fb69ab87242e9c9..0a171b1c323d318cf8cbce70f34c72895cc9e9bd 100644 (file)
@@ -1,5 +1,6 @@
 
 (require 'hydra)
+(require 'outline)
 
 ;; org mode files
 (defhydra my/hydra-orgmodes (:color blue :hint nil)
@@ -64,3 +65,5 @@ _d_: subtree
   ("z" nil "leave"))
 
 (global-set-key (kbd "C-c #") 'my/hydra-outline/body) ; by example
+
+(provide 'don-hydra)