mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-10 15:33:36 -05:00
Cut: ui/posframe: don't set `ivy-posframe-font'
Previous value of current font + :size 18 is unexpected.
This commit is contained in:
@@ -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?
|
||||||
|
Reference in New Issue
Block a user