mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
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