From: Mark Wooding Date: Fri, 5 May 2023 00:49:35 +0000 (+0100) Subject: el/dot-emacs.el: Fix compilation underlining properly. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/1af9b8d9ebd0e8d6929e2104528d3ae9585028c6 el/dot-emacs.el: Fix compilation underlining properly. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 7dfcdd2..8e585f4 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1831,7 +1831,7 @@ doesn't match any of the regular expressions in (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"))