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

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

[elpa] externals/ivy-posframe 10fd5c1 148/195: Fix `ivy-dispatching-done


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 10fd5c1 148/195: Fix `ivy-dispatching-done` is not working #45
Date: Sat, 3 Oct 2020 07:12:03 -0400 (EDT)

branch: externals/ivy-posframe
commit 10fd5c19005c8fafb6b28c964272af9535f7abcb
Author: SeungKi Kim <tttuuu888@gmail.com>
Commit: SeungKi Kim <tttuuu888@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

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