X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Fdon-hydra.el;h=64c7363ab6acecd7436d890e0ff3132026260489;hb=eaf7e11775004ebf863636b3fe8569fbcb8449b2;hp=951e48accc30a19751bee45f2fb69ab87242e9c9;hpb=ce0f8ffd79b4bc9edcb816ba414ddfdf1fa76bb9;p=lib.git diff --git a/emacs_el/configuration/don-hydra.el b/emacs_el/configuration/don-hydra.el index 951e48a..64c7363 100644 --- a/emacs_el/configuration/don-hydra.el +++ b/emacs_el/configuration/don-hydra.el @@ -1,5 +1,6 @@ (require 'hydra) +(require 'outline) ;; org mode files (defhydra my/hydra-orgmodes (:color blue :hint nil) @@ -64,3 +65,6 @@ _d_: subtree ("z" nil "leave")) (global-set-key (kbd "C-c #") 'my/hydra-outline/body) ; by example +(global-set-key (kbd "C-c 3") 'my/hydra-outline/body) ; by example + +(provide 'don-hydra)