Przeglądaj źródła

Make ripgrep first candidate

master
10sr 8 lat temu
rodzic
commit
bb8feeebf7
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 5 dodań i 5 usunięć
  1. +5
    -5
      emacs.el

+ 5
- 5
emacs.el Wyświetl plik

@@ -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 Each element is in the form like (NAME SEXP COMMAND), where SEXP returns the
condition to choose COMMAND when evaluated.") condition to choose COMMAND when evaluated.")
`( `(
;; ripgrep
("rg"
(executable-find "rg")
"rg --no-heading --smart-case ")

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


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

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


Ładowanie…
Anuluj
Zapisz