Browse Source

Fix fzf args

master
10sr 1 month ago
parent
commit
b12b6e1087
1 changed files with 15 additions and 1 deletions
  1. +15
    -1
      emacs.el

+ 15
- 1
emacs.el View File

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


Loading…
Cancel
Save