vertico: remove :demand t from use-package's

It didn't do anything for the `orderless` statement, and we can setup
`embark-consult` correctly without it.
This commit is contained in:
Itai Y. Efrat 2021-07-13 13:55:15 +03:00
parent 34f8e1fdec
commit 41e657f70f

View file

@ -16,7 +16,6 @@
[backspace] #'+vertico/backward-updir))
(use-package! orderless
:demand t
:config
(defun +vertico-orderless-dispatch (pattern _index _total)
(cond
@ -154,9 +153,8 @@
(use-package! embark-consult
:after (embark consult)
:demand t
:hook
(embark-collect-mode . consult-preview-at-point-mode))
:config
(add-hook 'embark-collect-mode-hook #'consult-preview-at-point-mode))
(use-package! wgrep
:commands wgrep-change-to-wgrep-mode