branch: externals/ivy-posframe
commit 76456e67b6b81f3050dbf7afaedacabf88b604d9
Merge: 0082f43 10fd5c1
Author: tumashu <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #46 from tttuuu888/work
    
    Fix `ivy-dispatching-done` is not working #45
---
 ivy-posframe.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 4e1c379..cea622c 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -515,10 +515,10 @@ selection, non-nil otherwise."
   :global t
   :lighter ivy-posframe-lighter
   :group 'ivy-posframe
-  :keymap '(([remap ivy-read-action] ivy-posframe-read-action)
-            ([remap ivy-dispatching-done] ivy-posframe-dispatching-done)
-            ([remap ivy-avy] ivy-posframe-avy)
-            ([remap swiper-avy] ivy-posframe-swiper-avy))
+  :keymap '(([remap ivy-avy]              . ivy-posframe-avy)
+            ([remap swiper-avy]           . ivy-posframe-swiper-avy)
+            ([remap ivy-read-action]      . ivy-posframe-read-action)
+            ([remap ivy-dispatching-done] . ivy-posframe-dispatching-done))
   (let ((advices ivy-posframe-advice-alist))
     (if ivy-posframe-mode
         (mapcar (lambda (elm)

Reply via email to