el/dot-emacs.el: Highlght make(1)'s directory-change messages better.
[profile] / el / dot-emacs.el
index 8e585f4..4be3268 100644 (file)
@@ -1832,6 +1832,8 @@ doesn't match any of the regular expressions in
 (mdw-define-face compilation-column-number
   (((min-colors 64)) :foreground "lightgrey"))
 (setq compilation-message-face 'mdw-virgin-face)
+(setq compilation-enter-directory-face 'font-lock-comment-face)
+(setq compilation-leave-directory-face 'font-lock-comment-face)
 
 (mdw-define-face holiday-face
   (t :background "red"))