From 80c92c682546dd48f62992078c6ab64c88d958a4 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 26 Sep 2019 18:08:21 +0900 Subject: [PATCH] Remove colorize rgrep --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index c93be4b..aa298d0 100644 --- a/emacs.el +++ b/emacs.el @@ -2072,13 +2072,13 @@ condition to choose COMMAND when evaluated.") ;; ripgrep ("rg" (executable-find "rg") - "rg -nH --no-heading --color=always --hidden --glob '!.git/' --smart-case -M 1280 ") + "rg -nH --no-heading --hidden --glob '!.git/' --smart-case -M 1280 ") ;; git grep ("gitgrep" (eq 0 (shell-command "git rev-parse --git-dir")) - "git --no-pager -c color.grep=always grep -nH -e ") + "git --no-pager grep -nH -e ") ;; sift ("sift"