branch: externals/ivy-hydra
commit 1578f526485b358363e8c99395f4dd686ecbbf37
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy.el: Autoload ivy-hydra-read-action
Fixes #2305
---
ivy.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ivy.el b/ivy.el
index 660a5bb..80d867c 100644
--- a/ivy.el
+++ b/ivy.el
@@ -462,6 +462,7 @@ action functions.")
map)
"Keymap used in the minibuffer.")
(autoload 'hydra-ivy/body "ivy-hydra" "" t)
+(autoload 'ivy-hydra-read-action "ivy-hydra" "" t)
(defvar ivy-mode-map
(let ((map (make-sparse-keymap)))