diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 22 |
1 files changed, 11 insertions, 11 deletions
| @@ -29,18 +29,18 @@ | |||
| 29 | ;; If you edit it by hand, you could mess it up, so be careful. | 29 | ;; If you edit it by hand, you could mess it up, so be careful. |
| 30 | ;; Your init file should contain only one such instance. | 30 | ;; Your init file should contain only one such instance. |
| 31 | ;; If there is more than one, they won't work right. | 31 | ;; If there is more than one, they won't work right. |
| 32 | ;; '(error ((nil (:foreground "Red1")))) | 32 | '(error ((nil (:foreground "Red1")))) |
| 33 | ;; '(font-lock-builtin-face ((nil (:foreground "dark slate blue")))) | 33 | '(font-lock-builtin-face ((nil (:foreground "dark slate blue")))) |
| 34 | ;; '(font-lock-comment-face ((nil (:foreground "Firebrick")))) | 34 | '(font-lock-comment-face ((nil (:foreground "Firebrick")))) |
| 35 | '(font-lock-comment-face ((nil (:foreground "red")))) | 35 | '(font-lock-comment-face ((nil (:foreground "red")))) |
| 36 | ;; '(font-lock-constant-face ((nil (:foreground "dark cyan")))) | 36 | '(font-lock-constant-face ((nil (:foreground "dark cyan")))) |
| 37 | ;; '(font-lock-function-name-face ((nil (:foreground "Blue1")))) | 37 | '(font-lock-function-name-face ((nil (:foreground "Blue1")))) |
| 38 | ;; '(font-lock-keyword-face ((nil (:foreground "Purple")))) | 38 | '(font-lock-keyword-face ((nil (:foreground "Purple")))) |
| 39 | ;; '(font-lock-string-face ((nil (:foreground "VioletRed4")))) | 39 | '(font-lock-string-face ((nil (:foreground "VioletRed4")))) |
| 40 | ;; '(font-lock-type-face ((nil (:foreground "ForestGreen")))) | 40 | '(font-lock-type-face ((nil (:foreground "ForestGreen")))) |
| 41 | ;; '(font-lock-variable-name-face ((nil (:foreground "sienna")))) | 41 | '(font-lock-variable-name-face ((nil (:foreground "sienna")))) |
| 42 | ;; '(font-lock-warning-face ((nil (:foreground "Red1")))) | 42 | '(font-lock-warning-face ((nil (:foreground "Red1")))) |
| 43 | ;; '(warning ((nil (:foreground "DarkOrange")))) | 43 | '(warning ((nil (:foreground "DarkOrange")))) |
| 44 | ) | 44 | ) |
| 45 | 45 | ||
| 46 | ;;(setq require-final-newline t) | 46 | ;;(setq require-final-newline t) |
