mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Merge pull request #505 from bandresen/pr_ui-posframe
Fix: ui/posframe: grab :size from doom-font if no `ivy-posframe-font' is defined
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