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

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

[elpa] externals/consult 53d9d53: consult-ripgrep-command: Use --smart-c


From: ELPA Syncer
Subject: [elpa] externals/consult 53d9d53: consult-ripgrep-command: Use --smart-case
Date: Sun, 1 Aug 2021 14:57:08 -0400 (EDT)

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

    consult-ripgrep-command: Use --smart-case
    
    Suggested by @daanturo on the Doom issue tracker.
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 2910d6c..7f32a55 100644
--- a/consult.el
+++ b/consult.el
@@ -243,7 +243,7 @@ command options."
 
 (defcustom consult-ripgrep-command
   "rg --null --line-buffered --color=ansi --max-columns=1000\
-   --no-heading --line-number . -e ARG OPTS"
+   --smart-case --no-heading --line-number . -e ARG OPTS"
   "Command line string for ripgrep, see `consult-ripgrep'.
 
 The command string must have a specific format, including ARG and OPTS



reply via email to

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