소스 검색

emacs.el: Use diff-auto-refine-mode

pull/1/head
10sr 10 년 전
부모
커밋
345beeb221
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el 파일 보기

@@ -1033,6 +1033,12 @@ found, otherwise returns nil."
(set-face-attribute 'diff-changed nil
:foreground "magenta"
:weight 'normal)
(set-face-attribute 'diff-refine-change nil
:foreground nil
:background nil
:weight 'bold
:inverse-video t)
(diff-auto-refine-mode)
))

;; (ffap-bindings)


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