bump: :completion vertico compat
iyefrat/all-the-icons-completion@4da28584a1 -> iyefrat/all-the-icons-completion@b08f053cee minad/consult@ffaaf6da90 -> minad/consult@052399ed05 minad/marginalia@ccf573e214 -> minad/marginalia@2633b2dee2 minad/vertico@6f22ff1298 -> minad/vertico@b6b8420d29 oantolin/embark@5497a19eef -> oantolin/embark@3ffb27a833 oantolin/orderless@d09aab3795 -> oantolin/orderless@e678402671 tumashu/vertico-posframe@f57b170b43 -> tumashu/vertico-posframe@7da6d648ff emacs-compat/compat@38280a7b54 -> emacs-compat/compat@7775c31857 --- consult--grep added support for searching in multiple directories, so we can drop the advice in `doom--help-search`. The other changes just adapt to upstream API changes.
This commit is contained in:
parent
3ce89731b6
commit
e5dbd4e8b1
4 changed files with 18 additions and 24 deletions
|
@ -696,14 +696,7 @@ config blocks in your private config."
|
|||
(unless (executable-find "rg")
|
||||
(user-error "Can't find ripgrep on your system"))
|
||||
(cond ((fboundp 'consult--grep)
|
||||
(consult--grep
|
||||
prompt
|
||||
(lambda (input)
|
||||
;; PERF: avoid converting dirs to string and back when adding them to ripgrep args.
|
||||
(letf! (defun consult--command-split (&rest args)
|
||||
(append (apply consult--command-split args) dirs))
|
||||
(funcall (consult--ripgrep-make-builder) input)))
|
||||
data-directory query))
|
||||
(consult--grep prompt #'consult--ripgrep-make-builder (cons data-directory dirs) query))
|
||||
((fboundp 'counsel-rg)
|
||||
(let ((counsel-rg-base-command
|
||||
(if (stringp counsel-rg-base-command)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue