emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 9592cba 101/184: ivy-hydra.el: Use ivy-read-action-by-key


From: Oleh Krehel
Subject: [elpa] master 9592cba 101/184: ivy-hydra.el: Use ivy-read-action-by-key in hydra-ivy
Date: Wed, 16 Oct 2019 13:14:59 -0400 (EDT)

branch: master
commit 9592cba1985ffa87521130bd6dfaf5cb9721ffb2
Author: Iku Iwasa <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]