chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac824a
)
el/dot-emacs.el: Highlght make(1)'s directory-change messages better.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 9 May 2023 11:35:16 +0000
(12:35 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 9 May 2023 11:35:16 +0000
(12:35 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 8e585f42f4f99b78b4d5d80725d55414f06b8127..4be32686d9488b755136a2eb839cbfb54a1bfba1 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-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"))