ソースを参照

Fix ripgrep option

master
10sr 4日前
コミット
06c94796c4
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 82E893B484685E69
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      emacs.el

+ 1
- 1
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"


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