Browse Source

Fix ripgrep option

master
10sr 4 days ago
parent
commit
06c94796c4
No known key found for this signature in database GPG Key ID: 82E893B484685E69
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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"


Loading…
Cancel
Save