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:
parent
173396a963
commit
4071d27263
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue