mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-18 19:03:29 -07:00
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
|
||||
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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue