X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/87c7cecb2831fa715fa1bd60bf9fc75c55764abe..6fc9ca849c1b9597c535885cc7c11a88c20ebd6f:/dot-emacs.el?ds=sidebyside 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)