ui/posframe: don't auto-adjust ivy-posframe height
This commit is contained in:
parent
2a6029ddff
commit
2b2aac4417
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
(setq ivy-height 16
|
(setq ivy-height 16
|
||||||
ivy-fixed-height-minibuffer nil
|
ivy-fixed-height-minibuffer nil
|
||||||
ivy-posframe-parameters `((min-width . 90)
|
ivy-posframe-parameters `((min-width . 90)
|
||||||
|
(min-height . ,ivy-height)
|
||||||
(internal-border-width . 10)))
|
(internal-border-width . 10)))
|
||||||
(unless ivy-posframe-font
|
(unless ivy-posframe-font
|
||||||
(setq ivy-posframe-font (font-spec :family (font-get doom-font :family) :size 18))))
|
(setq ivy-posframe-font (font-spec :family (font-get doom-font :family) :size 18))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue