chiark / gitweb /
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 8e585f42f4f99b78b4d5d80725d55414f06b8127..4be32686d9488b755136a2eb839cbfb54a1bfba1 100644 (file)
@@ -1832,6 +1832,8 @@ (mdw-define-face compilation-line-number
 (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"))