completion/helm: set default window height = 22%

A little smaller than the default
This commit is contained in:
Henrik Lissner 2018-08-04 18:40:39 +02:00
parent 44472d3ee8
commit c1e2919294
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -169,8 +169,9 @@ the command buffer."
;; `helm' ;; `helm'
(after! helm (after! helm
(setq helm-default-display-buffer-functions '(+popup-display-buffer-stacked-side-window))
(set-popup-rule! "^\\*helm" :ignore t) (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' ;; Fix left-over popup window when closing persistent help for `helm-M-x'
(defun +popup*helm-elisp--persistent-help (candidate _fun &optional _name) (defun +popup*helm-elisp--persistent-help (candidate _fun &optional _name)