emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult e03041b1f5: Fix consult-find for relative paths


From: ELPA Syncer
Subject: [elpa] externals/consult e03041b1f5: Fix consult-find for relative paths (Fix #885)
Date: Mon, 30 Oct 2023 00:57:41 -0400 (EDT)

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

    Fix consult-find for relative paths (Fix #885)
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 0087163b80..924ef7922c 100644
--- a/consult.el
+++ b/consult.el
@@ -279,7 +279,7 @@ Can be either a string, or a list of strings or 
expressions."
   :type '(choice string (repeat (choice string sexp))))
 
 (defcustom consult-find-args
-  "find . -not ( -wholename */.* -prune )"
+  "find . -not ( -iwholename */.[a-z]* -prune )"
   "Command line arguments for find, see `consult-find'.
 The dynamically computed arguments are appended.
 Can be either a string, or a list of strings or expressions."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]