Browse Source

Include hidden files for ripgrep search target

master
10sr 5 years ago
parent
commit
56922fe7a1
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -1456,7 +1456,7 @@ condition to choose COMMAND when evaluated.")
;; ripgrep
("rg"
(executable-find "rg")
"rg --no-heading --smart-case ")
"rg --hidden --no-heading --smart-case ")

;; git grep
("gitgrep"


Loading…
Cancel
Save