Date:2011-05-12 22:43:56 (12 years 10 months ago)
Author:David Kühling
Commit:773dfe1f180954680961ed95c474c977864e33ab
Message:emacs: make programming language comments colored by default

Files: emacs/files/site-start.el (1 diff)

Change Details

emacs/files/site-start.el
2020;; or tmm-menubar
2121(menu-bar-mode 0)
2222
23;; For some reason emacs 23.2 does not come with colored comments by default
24;; we fix this here (todo: chose a better color?)
25(set-face-foreground 'font-lock-comment-face "blue")

Archive Download the corresponding diff file



interactive