vertico: defer loading of embark and orderless
This commit is contained in:
parent
3f1016753d
commit
c12fb64c98
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
[backspace] #'+vertico/backward-updir))
|
||||
|
||||
(use-package! orderless
|
||||
:defer t
|
||||
:after-call doom-first-input-hook
|
||||
:config
|
||||
(defun +vertico-orderless-dispatch (pattern _index _total)
|
||||
(cond
|
||||
|
@ -100,6 +102,7 @@
|
|||
:after (consult flycheck))
|
||||
|
||||
(use-package! embark
|
||||
:defer t
|
||||
:init
|
||||
(map! "C-;" #'embark-act ; to be moved to :config default if accepted
|
||||
:map minibuffer-local-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue