mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user