1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 04:26:43 +03:00

emacs: make programming language comments colored by default

This commit is contained in:
David Kühling 2011-05-12 22:43:56 +02:00
parent 73ca357b16
commit 773dfe1f18

View File

@ -20,3 +20,6 @@
;; or tmm-menubar
(menu-bar-mode 0)
;; For some reason emacs 23.2 does not come with colored comments by default
;; we fix this here (todo: chose a better color?)
(set-face-foreground 'font-lock-comment-face "blue")