Parcourir la source

Disable diff-refine

master
10sr il y a 3 ans
Parent
révision
f183621a8e
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +1
    -0
      Makefile
  2. +1
    -0
      emacs.el

+ 1
- 0
Makefile Voir le fichier

@@ -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 Voir le fichier

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


Chargement…
Annuler
Enregistrer