From c4a2b0bb266e46968f61136b52348846b680e100 Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Sun, 25 Jul 2021 19:05:52 +0300 Subject: [PATCH] vertico: require embark in +vertico/embark-export-write needed now that embark is lazy loaded --- modules/completion/vertico/autoload/vertico.el | 1 + 1 file changed, 1 insertion(+) 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)))