branch: externals/ivy-posframe
commit 10fd5c19005c8fafb6b28c964272af9535f7abcb
Author: SeungKi Kim <tttuuu...@gmail.com>
Commit: SeungKi Kim <tttuuu...@gmail.com>

    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