Skip to content

Commit

Permalink
Merge pull request eschulte#75 from marcbowes/magit-2.1-fix
Browse files Browse the repository at this point in the history
Remove magit-diff-add faces
  • Loading branch information
eschulte committed Jul 10, 2015
2 parents b030331 + 3eeef3f commit dcc4098
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions starter-kit-misc.org
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,5 @@ let them live in the =backups/= directory inside of the starter kit.
'(progn
(set-face-foreground 'diff-added "green4")
(set-face-foreground 'diff-removed "red3")))

(eval-after-load 'magit
'(progn
(set-face-foreground 'magit-diff-add "green3")
(set-face-foreground 'magit-diff-del "red3")))
#+end_src

0 comments on commit dcc4098

Please sign in to comment.