mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/posframe: remove redundant frame property
This commit is contained in:
@ -46,7 +46,6 @@
|
||||
(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))))
|
||||
|
Reference in New Issue
Block a user