completion/helm: set default window height = 22%
A little smaller than the default
This commit is contained in:
parent
44472d3ee8
commit
c1e2919294
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue