Leave lifecycle management of helm buffers to helm
Could cause buffer processes to get killed, inadvertently.
This commit is contained in:
parent
1f839b4423
commit
394633b5d8
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ be negative.")
|
||||||
helm-semantic-fuzzy-match fuzzy))
|
helm-semantic-fuzzy-match fuzzy))
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(set-popup-rule! "^\\*helm" :vslot -100 :size 0.22)
|
(set-popup-rule! "^\\*helm" :vslot -100 :size 0.22 :ttl nil)
|
||||||
|
|
||||||
(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'."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue