mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -98,7 +98,7 @@ orderless."
|
||||
|
||||
|
||||
(use-package! consult
|
||||
:defer t
|
||||
:after (embark)
|
||||
:init
|
||||
(define-key!
|
||||
[remap apropos] #'consult-apropos
|
||||
|
Reference in New Issue
Block a user