mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix helm not cooperating with other popups
Like the compilation window
This commit is contained in:
@ -105,6 +105,8 @@ be negative.")
|
||||
helm-semantic-fuzzy-match fuzzy))
|
||||
|
||||
:config
|
||||
(set-popup-rule! "^\\*helm" :vslot -100 :size 0.22)
|
||||
|
||||
(defun +helm*replace-prompt (plist)
|
||||
"Globally replace helm prompts with `+helm-global-prompt'."
|
||||
(cond ((not +helm-global-prompt) plist)
|
||||
|
Reference in New Issue
Block a user