Skip to content

Commit

Permalink
What the heck was that about?
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Apr 29, 2011
1 parent 0e00d53 commit 9da1a50
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions starter-kit-misc.el
Expand Up @@ -121,8 +121,8 @@

;; Cosmetics

(set-face-background 'vertical-border "white")
(set-face-foreground 'vertical-border "white")
;; (set-face-background 'vertical-border "white")
;; (set-face-foreground 'vertical-border "white")

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

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

0 comments on commit 9da1a50

Please sign in to comment.