3 커밋

작성자 SHA1 메시지 날짜
  10sr fb779ace8d Fix 1 개월 전
  10sr b12b6e1087 Fix fzf args 1 개월 전
  10sr 4e8f597990 Fix 1 개월 전
1개의 변경된 파일16개의 추가작업 그리고 1개의 파일을 삭제
분할 보기
  1. +16
    -1
      emacs.el

+ 16
- 1
emacs.el 파일 보기

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


불러오는 중...
취소
저장