dot-emacs: Clobber font-lock-comment-delimiter-face.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 25 Feb 2008 16:00:30 +0000 (16:00 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Feb 2008 16:00:30 +0000 (16:00 +0000)
For some reason this one only gets used in a terminal.  Oh, well.

dot-emacs.el

index de720a0..55bd054 100644 (file)
@@ -605,6 +605,9 @@ doesn't cope with anything approximating a complicated case."
     (mdw-number-face :foreground "yellow")
     (font-lock-function-name-face :weight bold)
     (font-lock-variable-name-face :slant italic)
+    (font-lock-comment-delimiter-face
+       :foreground ,(if window-system "SeaGreen1" "green")
+       :slant italic)
     (font-lock-comment-face
        :foreground ,(if window-system "SeaGreen1" "green")
        :slant italic)