OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
| Date: | 2011-05-12 22:43:56 (2 years 6 days 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 | ||
|---|---|---|
| 20 | 20 | ;; or tmm-menubar |
| 21 | 21 | (menu-bar-mode 0) |
| 22 | 22 | |
| 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") | |
