Browse Source

Fix

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

+ 7
- 7
emacs.el View File

@@ -1187,17 +1187,17 @@ THEM are function and its args."
(set-variable 'fuzzy-finder-executable "fzf")
(set-variable 'fuzzy-finder-default-arguments
(concat "--style=minimal "
"--gap-line='-' "
"--border=line "
"--list-border=none "
"--input-border=none "
"--header-border=none "
"--footer-border=none "
;; "--gap-line='-' "
;; "--border=none "
;; "--list-border=none "
;; "--input-border=none "
;; "--header-border=none "
;; "--footer-border=none "
"--gutter='|' "
"--gutter-raw='+' "
"--pointer='>' "
"--marker='*' "
"--marker-multi-line=tmb "
"--marker-multi-line='(:)' "
"--ellipsis=.. "
"--separator=- "
"--ansi "


Loading…
Cancel
Save