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

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

[elpa] externals/ivy-hydra df41a6d 220/395: counsel.el (counsel-rg-base-


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra df41a6d 220/395: counsel.el (counsel-rg-base-command): Double the default max columns
Date: Thu, 25 Feb 2021 08:32:06 -0500 (EST)

branch: externals/ivy-hydra
commit df41a6d0c95b77caf9198bf20ab407d08a1b358d
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    counsel.el (counsel-rg-base-command): Double the default max columns
    
    Re #2482
---
 counsel.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/counsel.el b/counsel.el
index 3386a5d..74a6a19 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3075,8 +3075,8 @@ This uses `counsel-ag' with `counsel-ack-base-command' 
replacing
 ;;** `counsel-rg'
 (defcustom counsel-rg-base-command
   (if (memq system-type '(ms-dos windows-nt))
-      "rg -M 120 --with-filename --no-heading --line-number --color never %s 
--path-separator / ."
-    "rg -M 120 --with-filename --no-heading --line-number --color never %s")
+      "rg -M 240 --with-filename --no-heading --line-number --color never %s 
--path-separator / ."
+    "rg -M 240 --with-filename --no-heading --line-number --color never %s")
   "Alternative to `counsel-ag-base-command' using ripgrep.
 
 Note: don't use single quotes for the regex."



reply via email to

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