Fix helm not cooperating with other popups
Like the compilation window
This commit is contained in:
parent
7d1246888b
commit
c69543fecc
2 changed files with 3 additions and 3 deletions
|
@ -105,6 +105,8 @@ be negative.")
|
||||||
helm-semantic-fuzzy-match fuzzy))
|
helm-semantic-fuzzy-match fuzzy))
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
(set-popup-rule! "^\\*helm" :vslot -100 :size 0.22)
|
||||||
|
|
||||||
(defun +helm*replace-prompt (plist)
|
(defun +helm*replace-prompt (plist)
|
||||||
"Globally replace helm prompts with `+helm-global-prompt'."
|
"Globally replace helm prompts with `+helm-global-prompt'."
|
||||||
(cond ((not +helm-global-prompt) plist)
|
(cond ((not +helm-global-prompt) plist)
|
||||||
|
|
|
@ -169,9 +169,7 @@ the command buffer."
|
||||||
|
|
||||||
;; `helm'
|
;; `helm'
|
||||||
(after! helm
|
(after! helm
|
||||||
(set-popup-rule! "^\\*helm" :ignore t)
|
(setq helm-default-display-buffer-functions '(+popup-display-buffer-stacked-side-window))
|
||||||
(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