Procházet zdrojové kódy

Include hidden files for ripgrep search target

master
10sr před 6 roky
rodič
revize
56922fe7a1
Podepsáno: 10sr ID GPG klíče: C384BB17CBB19347
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Zobrazit soubor

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


Načítá se…
Zrušit
Uložit