Browse Source

Disable diff-refine

master
10sr 3 years ago
parent
commit
f183621a8e
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      Makefile
  2. +1
    -0
      emacs.el

+ 1
- 0
Makefile View File

@@ -293,6 +293,7 @@ else
$(git_conf) core.autocrlf false
$(git_conf) core.excludesfile '~/.gitignore'
$(git_conf) core.commentChar ";"
$(git_conf) core.notesRef true
$(git_conf) color.ui auto
$(git_conf) status.relativePaths false
$(git_conf) status.showUntrackedFiles normal


+ 1
- 0
emacs.el View File

@@ -1865,6 +1865,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
:inverse-video t)
;; Annoying !
;;(diff-auto-refine-mode)
(set-variable 'diff-refine nil)
)

;; (ffap-bindings)


Loading…
Cancel
Save