X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/547fb8af43f4a641026efe17f3af85139aba7fd7..56c3a7e735236be7ff43f95fe1a001f5245cdd81:/dot-emacs.el diff --git a/dot-emacs.el b/dot-emacs.el index 1a1b90a..e2e8998 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -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)