Don't overwrite ivy-height for ivy-posframe
This would undo user's customizations to this variable.
This commit is contained in:
parent
1ef581d376
commit
d24807cc2c
1 changed files with 1 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue