mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
emacs: make programming language comments colored by default
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user