mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] remove diff face colors
This commit is contained in:
parent
dd1f794de4
commit
40f14ed503
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
;; Diff colors
|
||||
(defun custom-diff-colors ()
|
||||
"update the colors for diff faces"
|
||||
(set-face-attribute
|
||||
'diff-added nil :foreground "green")
|
||||
(set-face-attribute
|
||||
'diff-removed nil :foreground "red")
|
||||
(set-face-attribute
|
||||
'diff-changed nil :foreground "purple"))
|
||||
(eval-after-load "diff-mode" '(custom-diff-colors))
|
Loading…
Reference in a new issue