diff options
| author | João Távora <joaotavora@gmail.com> | 2026-04-29 09:37:45 +0100 |
|---|---|---|
| committer | João Távora <joaotavora@gmail.com> | 2026-04-29 09:38:16 +0100 |
| commit | 7d1babc1c59ad4c74bd7bbc0e634f33a01da751a (patch) | |
| tree | a386a0c722770f407e6f2e3ca2d2cebf0e560f1e | |
| parent | 9cb4cf7aaab11b809cb63987820865d012a8b93f (diff) | |
Limit very long lines in ripgrep resultsexternals/ack
Long lines still kinda troublesome.
* ack.el (ack-command): Pass -M 1500 to rg.
| -rw-r--r-- | ack.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
