Explorar el Código

Update rg command

master
10sr hace 5 años
padre
commit
99c688d3e8
Firmado por: 10sr ID de clave GPG: C384BB17CBB19347
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

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

;; git grep
("gitgrep"


Cargando…
Cancelar
Guardar