mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/posframe: remove redundant frame property
This commit is contained in:
@ -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))))
|
||||||
|
Reference in New Issue
Block a user