branch: master
commit 9592cba1985ffa87521130bd6dfaf5cb9721ffb2
Author: Iku Iwasa <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy-hydra.el: Use ivy-read-action-by-key in hydra-ivy
Fixes #2250
Fixes #2239
---
ivy-hydra.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ivy-hydra.el b/ivy-hydra.el
index 3783d67..ede83bd 100644
--- a/ivy-hydra.el
+++ b/ivy-hydra.el
@@ -77,7 +77,8 @@ _h_ ^+^ _l_ | _d_one ^ ^ | _o_ops | _M_: matcher
%-5s(ivy--matcher-desc)
("<" ivy-minibuffer-shrink)
("w" ivy-prev-action)
("s" ivy-next-action)
- ("a" ivy-read-action)
+ ("a" (let ((ivy-read-action-function #'ivy-read-action-by-key))
+ (ivy-read-action)))
("T" (setq truncate-lines (not truncate-lines)))
("C" ivy-toggle-case-fold)
("U" ivy-occur :exit t)