summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs14
-rw-r--r--.emacs.pure14
2 files changed, 26 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index 3e2c5bc..3089200 100644
--- a/.emacs
+++ b/.emacs
@@ -29,7 +29,19 @@
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 '(font-lock-comment-face ((nil (:foreground "red"))))) 32 ;; '(error ((nil (:foreground "Red1"))))
33 ;; '(font-lock-builtin-face ((nil (:foreground "dark slate blue"))))
34 ;; '(font-lock-comment-face ((nil (:foreground "Firebrick"))))
35 '(font-lock-comment-face ((nil (:foreground "red"))))
36 ;; '(font-lock-constant-face ((nil (:foreground "dark cyan"))))
37 ;; '(font-lock-function-name-face ((nil (:foreground "Blue1"))))
38 ;; '(font-lock-keyword-face ((nil (:foreground "Purple"))))
39 ;; '(font-lock-string-face ((nil (:foreground "VioletRed4"))))
40 ;; '(font-lock-type-face ((nil (:foreground "ForestGreen"))))
41 ;; '(font-lock-variable-name-face ((nil (:foreground "sienna"))))
42 ;; '(font-lock-warning-face ((nil (:foreground "Red1"))))
43 ;; '(warning ((nil (:foreground "DarkOrange"))))
44 )
33 45
34;;(setq require-final-newline t) 46;;(setq require-final-newline t)
35(setq require-final-newline nil) 47(setq require-final-newline nil)
diff --git a/.emacs.pure b/.emacs.pure
index 8799205..344771a 100644
--- a/.emacs.pure
+++ b/.emacs.pure
@@ -29,7 +29,19 @@
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 '(font-lock-comment-face ((nil (:foreground "red"))))) 32 ;; '(error ((nil (:foreground "Red1"))))
33 ;; '(font-lock-builtin-face ((nil (:foreground "dark slate blue"))))
34 ;; '(font-lock-comment-face ((nil (:foreground "Firebrick"))))
35 '(font-lock-comment-face ((nil (:foreground "red"))))
36 ;; '(font-lock-constant-face ((nil (:foreground "dark cyan"))))
37 ;; '(font-lock-function-name-face ((nil (:foreground "Blue1"))))
38 ;; '(font-lock-keyword-face ((nil (:foreground "Purple"))))
39 ;; '(font-lock-string-face ((nil (:foreground "VioletRed4"))))
40 ;; '(font-lock-type-face ((nil (:foreground "ForestGreen"))))
41 ;; '(font-lock-variable-name-face ((nil (:foreground "sienna"))))
42 ;; '(font-lock-warning-face ((nil (:foreground "Red1"))))
43 ;; '(warning ((nil (:foreground "DarkOrange"))))
44 )
33 45
34;;(setq require-final-newline t) 46;;(setq require-final-newline t)
35(setq require-final-newline nil) 47(setq require-final-newline nil)