Files
doomemacs/modules/completion/vertico/autoload
Caramel Hooves f782b0d021 fix(vertico): search for ripgrep on remote machine
When default-directory is is located on a remote host, we should search for "rg"
on the remote host. (executable-find) without the optional 't' will
search only on the local host.

Fix: #8525
2025-09-24 18:57:07 -04:00
..