Procházet zdrojové kódy

Remove colorize rgrep

master
10sr před 4 roky
rodič
revize
80c92c6825
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Zobrazit soubor

@@ -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"


Načítá se…
Zrušit
Uložit