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:
855b4fd
)
el/dot-emacs.el: Fix compilation underlining properly.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 5 May 2023 00:49:35 +0000
(
01:49
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 5 May 2023 00:49:35 +0000
(
01:49
+0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 7dfcdd26303948e10ac4c564ca08d045ab6235bd..8e585f42f4f99b78b4d5d80725d55414f06b8127 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1831,7
+1831,7
@@
(mdw-define-face compilation-line-number
(t :weight bold))
(mdw-define-face compilation-column-number
(((min-colors 64)) :foreground "lightgrey"))
(t :weight bold))
(mdw-define-face compilation-column-number
(((min-colors 64)) :foreground "lightgrey"))
-(
defvar
compilation-message-face 'mdw-virgin-face)
+(
setq
compilation-message-face 'mdw-virgin-face)
(mdw-define-face holiday-face
(t :background "red"))
(mdw-define-face holiday-face
(t :background "red"))