]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy.el (hydra-ivy/body): Autoload
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 12 Jun 2015 13:54:59 +0000 (15:54 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 12 Jun 2015 13:54:59 +0000 (15:54 +0200)
ivy.el

diff --git a/ivy.el b/ivy.el
index a2805ebef35b320f6b1613dfacf84dfbec31efae..e002e64a00b44b516fef1985b3f99778a668bedf 100644 (file)
--- a/ivy.el
+++ b/ivy.el
@@ -125,6 +125,7 @@ Only \"./\" and \"../\" apply here. They appear in reverse order."
     (define-key map (kbd "C-o") 'hydra-ivy/body)
     map)
   "Keymap used in the minibuffer.")
+(autoload 'hydra-ivy/body "ivy-hydra" "" t)
 
 (defvar ivy-mode-map
   (let ((map (make-sparse-keymap)))