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

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

[elpa] externals/ivy-hydra 6eda8fa 254/395: Fix recent ivy-auto-shrink-m


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 6eda8fa 254/395: Fix recent ivy-auto-shrink-minibuffer-alist typo
Date: Thu, 25 Feb 2021 08:32:14 -0500 (EST)

branch: externals/ivy-hydra
commit 6eda8faa7370be141dda61f23b8de83b2915be07
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Fix recent ivy-auto-shrink-minibuffer-alist typo
    
    * ivy.el (ivy--resize-minibuffer-to-fit): Fix typo.
    
    Re: #2516
---
 ivy.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 5c9b741..cbbbd56 100644
--- a/ivy.el
+++ b/ivy.el
@@ -3493,7 +3493,8 @@ height < `ivy-height', auto-shrink the minibuffer."
                                      (frame-char-height))))
                      (window-resize nil delta nil t t)))
                   ((and (or ivy-auto-shrink-minibuffer
-                            (ivy-alist-setting ivy-auto-shrink-minibuffer))
+                            (ivy-alist-setting
+                             ivy-auto-shrink-minibuffer-alist))
                         (< ivy--length ivy-height))
                    (shrink-window (-
                                    (/ (window-body-height nil t)



reply via email to

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