branch: externals/ivy-hydra
commit 6eda8faa7370be141dda61f23b8de83b2915be07
Author: Basil L. Contovounesios <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>
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)