mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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."
|
||||
|
Reference in New Issue
Block a user