From 1af9b8d9ebd0e8d6929e2104528d3ae9585028c6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 5 May 2023 01:49:35 +0100 Subject: [PATCH] el/dot-emacs.el: Fix compilation underlining properly. --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- 2.11.0