From 99c688d3e840b6336d736fa4005e546204dca061 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 14 Mar 2019 23:15:25 +0900 Subject: [PATCH] Update rg command --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 8a90f38..302d7dd 100644 --- a/emacs.el +++ b/emacs.el @@ -1740,7 +1740,7 @@ condition to choose COMMAND when evaluated.") ;; ripgrep ("rg" (executable-find "rg") - "rg --hidden --no-heading --smart-case ") + "rg -nH --no-heading --color=always --hidden --glob '!.git/' --smart-case -M 1280 ") ;; git grep ("gitgrep"