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

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

[elpa] master e95a16b 275/399: Shrink ivy window after read action.


From: Oleh Krehel
Subject: [elpa] master e95a16b 275/399: Shrink ivy window after read action.
Date: Sat, 20 Jul 2019 14:57:39 -0400 (EDT)

branch: master
commit e95a16b8a8c318689da930bf1415ce92b720421e
Author: Jiajian Huang <address@hidden>
Commit: Jiajian Huang <address@hidden>

    Shrink ivy window after read action.
    
    Fixed for OCD :)
---
 ivy.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index f3645dd..04820e6 100644
--- a/ivy.el
+++ b/ivy.el
@@ -827,7 +827,8 @@ selection, non-nil otherwise."
               (t
                (message "")
                (setcar actions (1+ action-idx))
-               (ivy-set-action actions)))))))
+               (ivy-set-action actions))))))
+  (ivy-shrink-after-dispatching))
 
 (defun ivy-shrink-after-dispatching ()
   "Shrink the window after dispatching when action list is too large."



reply via email to

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