Bladeren bron

Disable diff-refine

master
10sr 3 jaren geleden
bovenliggende
commit
f183621a8e
Getekend door: 10sr GPG sleutel-ID: 7BEC428194130EB2
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. +1
    -0
      Makefile
  2. +1
    -0
      emacs.el

+ 1
- 0
Makefile Bestand weergeven

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

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


Laden…
Annuleren
Opslaan