fix(vertico): popup rule for embark export buffers

Embark Export buffers have changed their name from "*Embark Export Grep
...*" to "*Embark Export: ...*".

Fix: #6465
This commit is contained in:
Henrik Lissner 2022-06-18 08:07:21 +02:00
parent 173396a963
commit 4071d27263
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -234,7 +234,7 @@ orderless."
:config
(require 'consult)
(set-popup-rule! "^\\*Embark Export Grep" :size 0.35 :ttl 0 :quit nil)
(set-popup-rule! "^\\*Embark Export:" :size 0.35 :ttl 0 :quit nil)
(defadvice! +vertico--embark-which-key-prompt-a (fn &rest args)
"Hide the which-key indicator immediately when using the completing-read prompter."