diff --git a/modules/completion/vertico/autoload/vertico.el b/modules/completion/vertico/autoload/vertico.el index 9c952a9e4..f7c139356 100644 --- a/modules/completion/vertico/autoload/vertico.el +++ b/modules/completion/vertico/autoload/vertico.el @@ -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)))