浏览代码

Remove colorize rgrep

master
10sr 5 年前
父节点
当前提交
80c92c6825
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 查看文件

@@ -2072,13 +2072,13 @@ condition to choose COMMAND when evaluated.")
;; ripgrep
("rg"
(executable-find "rg")
"rg -nH --no-heading --color=always --hidden --glob '!.git/' --smart-case -M 1280 ")
"rg -nH --no-heading --hidden --glob '!.git/' --smart-case -M 1280 ")

;; git grep
("gitgrep"
(eq 0
(shell-command "git rev-parse --git-dir"))
"git --no-pager -c color.grep=always grep -nH -e ")
"git --no-pager grep -nH -e ")

;; sift
("sift"


正在加载...
取消
保存