mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +02:00
emacs: make programming language comments colored by default
This commit is contained in:
parent
73ca357b16
commit
773dfe1f18
@ -20,3 +20,6 @@
|
|||||||
;; or tmm-menubar
|
;; or tmm-menubar
|
||||||
(menu-bar-mode 0)
|
(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")
|
||||||
|
Loading…
Reference in New Issue
Block a user