branch: externals/consult
commit ab02c8ece95afe5e915bc9bf1414ca70e2b854e9
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    consult-locate-args: Remove --existing (Fix #499)
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index adb8eaec37..ae42f81a0a 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 expression))))
 
 (defcustom consult-locate-args
-  "locate --ignore-case --existing"
+  "locate --ignore-case" ;; --existing not supported by Debian plocate
   "Command line arguments for locate, see `consult-locate'.
 The dynamically computed arguments are appended.
 Can be either a string, or a list of strings or expressions."

Reply via email to