dot-emacs.el: Improve layout of the face definitions.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 2 Apr 2013 01:40:22 +0000 (02:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 2 Apr 2013 01:50:43 +0000 (02:50 +0100)
They're still not very pretty, really.

el/dot-emacs.el

index d5bda69..236e6da 100644 (file)
@@ -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