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"