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:
parent
7c676c83bc
commit
992bd8f7e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue