branch: externals/consult
commit 5f78ab04a2a2c6387f0fe29bc309399ea815346a
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
executable-find: Add remote argument
---
consult.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 9051e31481..7c7581f415 100644
--- a/consult.el
+++ b/consult.el
@@ -284,7 +284,7 @@ Can be either a string, or a list of strings or
expressions."
:type '(choice string (repeat (choice string sexp))))
(defcustom consult-fd-args
- '((if (executable-find "fdfind") "fdfind" "fd")
+ '((if (executable-find "fdfind" 'remote) "fdfind" "fd")
"--full-path --color=never")
"Command line arguments for fd, see `consult-fd'.
The dynamically computed arguments are appended.