fix(vertico): load consult after embark

Currently, embark-consult bindings don't get loaded if consult hasn't
been loaded yet, leading to missing embark actions until the first
manual consult load.
This commit is contained in:
iyefrat 2022-06-17 19:42:42 +03:00 committed by GitHub
parent 7c676c83bc
commit 992bd8f7e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ orderless."
(use-package! consult (use-package! consult
:defer t :after (embark)
:init :init
(define-key! (define-key!
[remap apropos] #'consult-apropos [remap apropos] #'consult-apropos