Skip to content

Commit

Permalink
Magit cosmetic tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 1, 2010
1 parent 70daaf6 commit 972259c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions starter-kit-misc.el
Expand Up @@ -111,7 +111,8 @@
(add-to-list 'grep-find-ignored-files "*.class")))

;; Default to unified diffs
(setq diff-switches "-u")
(setq diff-switches "-u -w"
magit-diff-options "-w")

;; Cosmetics

Expand All @@ -126,7 +127,9 @@
(eval-after-load 'magit
'(progn
(set-face-foreground 'magit-diff-add "green3")
(set-face-foreground 'magit-diff-del "red3")))
(set-face-foreground 'magit-diff-del "red3")
(when (not window-system)
(set-face-background 'magit-item-highlight "white"))))

(eval-after-load 'mumamo
'(eval-after-load 'zenburn
Expand Down

0 comments on commit 972259c

Please sign in to comment.