From: Mark Wooding Date: Tue, 26 Feb 2008 17:50:21 +0000 (+0000) Subject: Merge branch 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/56c3a7e735236be7ff43f95fe1a001f5245cdd81?hp=547fb8af43f4a641026efe17f3af85139aba7fd7 Merge branch 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile * 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile: emerge-hack: A new script for Git merging. vncrc, xinitrc: Don't do so much Gnome fiddling. dot-emacs: Fiddle C indentation settings. emacs: Make postscript printing more sensible. --- 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)