From f183621a8e3fa7da5b33a1c592a6308065949bf0 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 8 Dec 2020 13:20:03 +0900 Subject: [PATCH] Disable diff-refine --- Makefile | 1 + emacs.el | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7f29f57..0eb0e86 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/emacs.el b/emacs.el index a039eb2..551e0ab 100644 --- a/emacs.el +++ b/emacs.el @@ -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)