Explorar el Código

Fix fzf args

master
10sr hace 1 mes
padre
commit
b12b6e1087
Se han modificado 1 ficheros con 15 adiciones y 1 borrados
  1. +15
    -1
      emacs.el

+ 15
- 1
emacs.el Ver fichero

@@ -1186,7 +1186,21 @@ THEM are function and its args."
(progn
(set-variable 'fuzzy-finder-executable "fzf")
(set-variable 'fuzzy-finder-default-arguments
(concat "--ansi "
(concat "--style=minimal "
"--gap-line='-' "
"--border=line "
"--list-border=none "
"--input-border=none "
"--header-border=none "
"--footer-border=none "
"--gutter='|' "
"--gutter-raw='+' "
"--pointer='>' "
"--marker='*' "
"--marker-multi-line=tmb "
"--ellipsis=.. "
"--separator=- "
"--ansi "
"--color='bg+:-1' "
"--inline-info "
"--cycle "


Cargando…
Cancelar
Guardar