Cut: ui/posframe: don't set `ivy-posframe-font'

Previous value of current font + :size 18 is unexpected.
This commit is contained in:
Benjamin Andresen 2018-04-02 21:03:48 +02:00
parent 4f4176c646
commit 26d31d3b8b

View file

@ -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?