unset compilation-message-face

- the faces we define don't combine well with other faces
- `compilation-message-face` is added to other faces
This commit is contained in:
Le Wang 2012-09-02 12:35:26 +08:00
parent c52c214a01
commit 7976504f62
1 changed files with 2 additions and 1 deletions

View File

@ -515,7 +515,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(background-color . ,back)
(background-mode . ,mode)
(cursor-color . ,(when (<= 16 (display-color-cells))
base0)))))))))
base0))
(compilation-message-face . nil))))))))
(defmacro create-solarized-theme (mode)
(let* ((theme-name (intern (concat "solarized-" (symbol-name mode))))