3 Commits

Author SHA1 Message Date
  10sr fb779ace8d Fix 1 month ago
  10sr b12b6e1087 Fix fzf args 1 month ago
  10sr 4e8f597990 Fix 1 month ago
1 changed files with 16 additions and 1 deletions
Split View
  1. +16
    -1
      emacs.el

+ 16
- 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=none "
;; "--list-border=none "
;; "--input-border=none "
;; "--header-border=none "
;; "--footer-border=none "
"--gutter='|' "
"--gutter-raw='+' "
"--pointer='>' "
"--marker='*' "
"--marker-multi-line='(:)' "
"--ellipsis=.. "
"--separator=- "
"--ansi "
"--color='bg+:-1' "
"--inline-info "
"--cycle "
@@ -1547,6 +1561,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
'change-log-mode)

(set-variable 'magit-define-global-key-bindings nil)
;; (set-variable 'magit-remote-git-executable nil)

(with-eval-after-load 'magit-section
(set-face-background 'magit-section-highlight


Loading…
Cancel
Save