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