vertico: require embark in +vertico/embark-export-write

needed now that embark is lazy loaded
This commit is contained in:
Itai Y. Efrat 2021-07-25 19:05:52 +03:00
parent cb4e13e387
commit c4a2b0bb26

View file

@ -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"
(interactive)
(require 'embark)
(require 'wgrep)
(pcase-let ((`(,type . ,candidates)
(run-hook-with-args-until-success 'embark-candidate-collectors)))