From d29d3810fbe3876aa581ed29080fef419e5b7ba9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 9 May 2023 12:35:16 +0100 Subject: [PATCH] el/dot-emacs.el: Highlght make(1)'s directory-change messages better. --- el/dot-emacs.el | 2 ++ 1 file changed, 2 insertions(+) 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")) -- 2.11.0