From d24807cc2c5badd804517707d20239997a5c9021 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 5 Jun 2018 11:20:39 +0200 Subject: [PATCH] Don't overwrite ivy-height for ivy-posframe This would undo user's customizations to this variable. --- modules/completion/ivy/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 596fff5b3..b616f7da2 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -191,8 +191,7 @@ immediately runs it on the current candidate (ending the ivy session)." ;; wasteful, so... (advice-add #'ivy-posframe-setup :override #'ignore) :config - (setq ivy-height 16 - ivy-fixed-height-minibuffer nil + (setq ivy-fixed-height-minibuffer nil ivy-posframe-parameters `((min-width . 90) (min-height . ,ivy-height) (internal-border-width . 10)))