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))
|
[backspace] #'+vertico/backward-updir))
|
||||||
|
|
||||||
(use-package! orderless
|
(use-package! orderless
|
||||||
|
:defer t
|
||||||
|
:after-call doom-first-input-hook
|
||||||
:config
|
:config
|
||||||
(defun +vertico-orderless-dispatch (pattern _index _total)
|
(defun +vertico-orderless-dispatch (pattern _index _total)
|
||||||
(cond
|
(cond
|
||||||
|
@ -100,6 +102,7 @@
|
||||||
:after (consult flycheck))
|
:after (consult flycheck))
|
||||||
|
|
||||||
(use-package! embark
|
(use-package! embark
|
||||||
|
:defer t
|
||||||
:init
|
:init
|
||||||
(map! "C-;" #'embark-act ; to be moved to :config default if accepted
|
(map! "C-;" #'embark-act ; to be moved to :config default if accepted
|
||||||
:map minibuffer-local-map
|
:map minibuffer-local-map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue