bram85's Blog

bram85's Avatar Image
Tooting mostly about #emacs.
← All posts

Anyone managed to load vertico extensions with elpaca?

I have this:

(elpaca-use-package (vertico :files (:defaults “extensions/*”))
:init
(vertico-mode))

(elpaca nil

    (use-package vertico-flat
          :after vertico))

From elpaca issue 10, but it doesn’t work unfortunately. “Error (use-package): Cannot load vertico-flat”. But verbose use-package output states:

Loading package vertico…done
Loading package vertico-flat…done

https://github.com/progfolio/elpaca/issues/10#issuecomment-1219045714

#emacs

To like or reply, open original post on Emacs.ch