Explorar el Código

Update rg

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

+ 1
- 1
emacs.el Ver fichero

@@ -788,7 +788,7 @@ found, otherwise returns nil."
"Fzf all lines."
(interactive)
(let ((process-environment (cl-copy-list process-environment)))
(setenv "FZF_DEFAULT_COMMAND" "rg -nH --hidden --follow --glob '!.git/*' ^")
(setenv "FZF_DEFAULT_COMMAND" "rg -nH --no-heading --hidden --follow --glob '!.git/*' --color=always ^")
(fzf)))
(define-key ctl-x-map "S" 'my-fzf-all-lines)



Cargando…
Cancelar
Guardar