ソースを参照

Include hidden files for ripgrep search target

master
10sr 6年前
コミット
56922fe7a1
署名者: 10sr GPGキーID: C384BB17CBB19347
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el ファイルの表示

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


読み込み中…
キャンセル
保存