Selaa lähdekoodia

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

pull/1/head
10sr 10 vuotta sitten
vanhempi
commit
345beeb221
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna