Cut: ui/posframe: don't set `ivy-posframe-font'
Previous value of current font + :size 18 is unexpected.
This commit is contained in:
parent
4f4176c646
commit
26d31d3b8b
1 changed files with 1 additions and 6 deletions
|
@ -51,11 +51,6 @@
|
||||||
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)
|
(min-height . ,ivy-height)
|
||||||
(internal-border-width . 10)))
|
(internal-border-width . 10))))
|
||||||
(when (and (not ivy-posframe-font) doom-font)
|
|
||||||
(setq ivy-posframe-font
|
|
||||||
(font-spec :family (font-get doom-font :family)
|
|
||||||
:size 18))))
|
|
||||||
|
|
||||||
|
|
||||||
;; TODO helm-posframe?
|
;; TODO helm-posframe?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue