Browse Source

update diff-mode faces

pull/1/head
10sr 10 years ago
parent
commit
e5869b0961
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

@@ -849,6 +849,8 @@ found, otherwise returns nil."
:weight 'normal)
(set-face-foreground 'diff-removed-face "red")
(set-face-foreground 'diff-added-face "green")
(set-face-background 'diff-removed-face nil)
(set-face-background 'diff-added-face nil)
(set-face-attribute 'diff-changed nil
:foreground "magenta"
:weight 'normal)


Loading…
Cancel
Save