mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #5295 from iyefrat/vertico-export-fix
vertico: require embark in +vertico/embark-export-write
This commit is contained in:
@ -109,6 +109,7 @@ If ARG (universal argument), include all files, even hidden or compressed ones."
|
|||||||
|
|
||||||
Supports exporting consult-grep to wgrep, file to wdeired, and consult-location to occur-edit"
|
Supports exporting consult-grep to wgrep, file to wdeired, and consult-location to occur-edit"
|
||||||
(interactive)
|
(interactive)
|
||||||
|
(require 'embark)
|
||||||
(require 'wgrep)
|
(require 'wgrep)
|
||||||
(pcase-let ((`(,type . ,candidates)
|
(pcase-let ((`(,type . ,candidates)
|
||||||
(run-hook-with-args-until-success 'embark-candidate-collectors)))
|
(run-hook-with-args-until-success 'embark-candidate-collectors)))
|
||||||
|
Reference in New Issue
Block a user