summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ack.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ack.el b/ack.el
index 42524ed..1e9e847 100644
--- a/ack.el
+++ b/ack.el
@@ -106,7 +106,7 @@
(concat (file-name-nondirectory (or
(concat
(executable-find "rg")
- " -n -H -S --no-heading --hidden --glob=!git --color always -e")
+ " -M 1500 -n -H -S --no-heading --hidden --glob=!git --color always -e")
(executable-find "ack-grep")
(executable-find "ack")
(executable-find "ag")