Mercurial > dotfiles
comparison .elisp/settings/50.preferences.el @ 193:0ab568ab2b1b
emacs: better magit diff faces
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 06 Apr 2010 15:02:12 -0500 |
parents | fd92c15701ae |
children | cf3ba8f57434 |
comparison
equal
deleted
inserted
replaced
192:fed1da889f84 | 193:0ab568ab2b1b |
---|---|
68 (t ;; everywhere else | 68 (t ;; everywhere else |
69 (set-face-attribute 'default nil :height 100))) | 69 (set-face-attribute 'default nil :height 100))) |
70 | 70 |
71 ;; use y or n instead of yes or no | 71 ;; use y or n instead of yes or no |
72 (fset 'yes-or-no-p 'y-or-n-p) | 72 (fset 'yes-or-no-p 'y-or-n-p) |
73 | |
74 ;; customized theme faces | |
75 (custom-set-faces | |
76 '(magit-diff-add ((t (:foreground "DarkGreen"))) 'now) | |
77 '(magit-item-highlight ((t (:background "grey19"))) 'now)) |