[emacs] remove diff face colors

This commit is contained in:
Correl Roush 2013-08-21 10:19:51 -04:00
parent dd1f794de4
commit 40f14ed503

View file

@ -1,10 +0,0 @@
;; Diff colors
(defun custom-diff-colors ()
"update the colors for diff faces"
(set-face-attribute
'diff-added nil :foreground "green")
(set-face-attribute
'diff-removed nil :foreground "red")
(set-face-attribute
'diff-changed nil :foreground "purple"))
(eval-after-load "diff-mode" '(custom-diff-colors))