el/dot-emacs.el: Highlght make(1)'s directory-change messages better.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 9 May 2023 11:35:16 +0000 (12:35 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 9 May 2023 11:35:16 +0000 (12:35 +0100)
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"))