ui/posframe: don't auto-adjust ivy-posframe height

This commit is contained in:
Henrik Lissner
2018-03-13 03:17:15 -04:00
parent 2a6029ddff
commit 2b2aac4417

View File

@ -48,6 +48,7 @@
(setq ivy-height 16
ivy-fixed-height-minibuffer nil
ivy-posframe-parameters `((min-width . 90)
(min-height . ,ivy-height)
(internal-border-width . 10)))
(unless ivy-posframe-font
(setq ivy-posframe-font (font-spec :family (font-get doom-font :family) :size 18))))