summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorSimeon Simeonov2020-12-17 15:11:27 +0100
committerSimeon Simeonov2020-12-17 15:11:27 +0100
commit06a86178e63ebb993f4c0bac4430ee297730684d (patch)
treebb859cc94a3295f792ce12a890627474d28178f1 /.emacs
parent692c93773ba90f7731cd758c08b5280f16b0ee4e (diff)
Add fixes in .termix to .emacs and .emacs.pure and prepare to remove .termix completely
Diffstat (limited to '.emacs')
-rw-r--r--.emacs14
1 files changed, 13 insertions, 1 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)