From 898c7efbe2faa15b346e5c69924e509a45213ef7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 2 Apr 2013 02:40:22 +0100 Subject: [PATCH] dot-emacs.el: Improve layout of the face definitions. They're still not very pretty, really. --- el/dot-emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index d5bda69..236e6da 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -916,6 +916,7 @@ doesn't match any of the regular expressions in (mdw-define-face font-lock-string-face (((class mono)) :weight bold) (((class color)) :foreground "SkyBlue1")) + (mdw-define-face message-separator (t :background "red" :foreground "white" :weight bold)) (mdw-define-face message-cited-text -- 2.11.0