From 06c94796c4798bacaf05874288780e27b49f15a7 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 30 Jan 2026 15:11:19 +0900 Subject: [PATCH] Fix ripgrep option --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 0f6e3ae..e298e8d 100644 --- a/emacs.el +++ b/emacs.el @@ -2726,7 +2726,7 @@ condition to choose COMMAND when evaluated.") ;; ripgrep ("rg" (executable-find "rg") - "rg -nH --no-heading --color=never --hidden --no-ignore-parent --glob '!.git/' --smart-case -M 1280 ") + "rg -nH --no-heading --color=never --hidden --no-ignore-vcs --glob '!.git/' --smart-case -M 1280 ") ;; git grep ("gitgrep"