Преглед на файлове

Make ripgrep first candidate

master
10sr преди 5 години
родител
ревизия
bb8feeebf7
Подписан от: 10sr GPG ключ ID: 7BEC428194130EB2
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. +5
    -5
      emacs.el

+ 5
- 5
emacs.el Целия файл

@@ -1387,17 +1387,17 @@ ARG is num to show, or defaults to 7."
Each element is in the form like (NAME SEXP COMMAND), where SEXP returns the
condition to choose COMMAND when evaluated.")
`(
;; ripgrep
("rg"
(executable-find "rg")
"rg --no-heading --smart-case ")

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

;; ripgrep
("rg"
(executable-find "rg")
"rg --no-heading --smart-case ")

;; sift
("sift"
(executable-find "sift")


Зареждане…
Отказ
Запис