From 26d31d3b8b435499a2f8a3931235c6cdc33dcb1d Mon Sep 17 00:00:00 2001 From: Benjamin Andresen Date: Mon, 2 Apr 2018 21:03:48 +0200 Subject: [PATCH] Cut: ui/posframe: don't set `ivy-posframe-font' Previous value of current font + :size 18 is unexpected. --- modules/ui/posframe/config.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/ui/posframe/config.el b/modules/ui/posframe/config.el index 03ed446e7..de4a49895 100644 --- a/modules/ui/posframe/config.el +++ b/modules/ui/posframe/config.el @@ -51,11 +51,6 @@ ivy-fixed-height-minibuffer nil ivy-posframe-parameters `((min-width . 90) (min-height . ,ivy-height) - (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)))) - + (internal-border-width . 10)))) ;; TODO helm-posframe?