diff --git a/modules/completion/vertico/config.el b/modules/completion/vertico/config.el index 64bfe33e4..e72db3bb6 100644 --- a/modules/completion/vertico/config.el +++ b/modules/completion/vertico/config.el @@ -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."