From: Mark Wooding Date: Tue, 9 May 2023 11:35:16 +0000 (+0100) Subject: el/dot-emacs.el: Highlght make(1)'s directory-change messages better. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/d29d3810fbe3876aa581ed29080fef419e5b7ba9?hp=bac824a6117631780596c11abe64e12075dac78a el/dot-emacs.el: Highlght make(1)'s directory-change messages better. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 8e585f4..4be3268 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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"))