ui/posframe: remove redundant frame property
This commit is contained in:
parent
4fbda15494
commit
e4fe46adbd
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@
|
||||||
(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