From c1e2919294e0425d369868d0b63300fb5b3cfe14 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 4 Aug 2018 18:40:39 +0200 Subject: [PATCH] completion/helm: set default window height = 22% A little smaller than the default --- modules/ui/popup/+hacks.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ui/popup/+hacks.el b/modules/ui/popup/+hacks.el index 85c7d617a..113cd354c 100644 --- a/modules/ui/popup/+hacks.el +++ b/modules/ui/popup/+hacks.el @@ -169,8 +169,9 @@ the command buffer." ;; `helm' (after! helm - (setq helm-default-display-buffer-functions '(+popup-display-buffer-stacked-side-window)) (set-popup-rule! "^\\*helm" :ignore t) + (setq helm-default-display-buffer-functions '(+popup-display-buffer-stacked-side-window) + helm-display-buffer-default-height 0.22) ;; Fix left-over popup window when closing persistent help for `helm-M-x' (defun +popup*helm-elisp--persistent-help (candidate _fun &optional _name)