瀏覽代碼

Include hidden files for ripgrep search target

master
10sr 6 年之前
父節點
當前提交
56922fe7a1
簽署人: 10sr GPG Key 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"


Loading…
取消
儲存