From 06a86178e63ebb993f4c0bac4430ee297730684d Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 17 Dec 2020 15:11:27 +0100 Subject: Add fixes in .termix to .emacs and .emacs.pure and prepare to remove .termix completely --- .emacs | 14 +++++++++++++- .emacs.pure | 14 +++++++++++++- 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 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(font-lock-comment-face ((nil (:foreground "red"))))) + ;; '(error ((nil (:foreground "Red1")))) + ;; '(font-lock-builtin-face ((nil (:foreground "dark slate blue")))) + ;; '(font-lock-comment-face ((nil (:foreground "Firebrick")))) + '(font-lock-comment-face ((nil (:foreground "red")))) + ;; '(font-lock-constant-face ((nil (:foreground "dark cyan")))) + ;; '(font-lock-function-name-face ((nil (:foreground "Blue1")))) + ;; '(font-lock-keyword-face ((nil (:foreground "Purple")))) + ;; '(font-lock-string-face ((nil (:foreground "VioletRed4")))) + ;; '(font-lock-type-face ((nil (:foreground "ForestGreen")))) + ;; '(font-lock-variable-name-face ((nil (:foreground "sienna")))) + ;; '(font-lock-warning-face ((nil (:foreground "Red1")))) + ;; '(warning ((nil (:foreground "DarkOrange")))) + ) ;;(setq require-final-newline t) (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 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(font-lock-comment-face ((nil (:foreground "red"))))) + ;; '(error ((nil (:foreground "Red1")))) + ;; '(font-lock-builtin-face ((nil (:foreground "dark slate blue")))) + ;; '(font-lock-comment-face ((nil (:foreground "Firebrick")))) + '(font-lock-comment-face ((nil (:foreground "red")))) + ;; '(font-lock-constant-face ((nil (:foreground "dark cyan")))) + ;; '(font-lock-function-name-face ((nil (:foreground "Blue1")))) + ;; '(font-lock-keyword-face ((nil (:foreground "Purple")))) + ;; '(font-lock-string-face ((nil (:foreground "VioletRed4")))) + ;; '(font-lock-type-face ((nil (:foreground "ForestGreen")))) + ;; '(font-lock-variable-name-face ((nil (:foreground "sienna")))) + ;; '(font-lock-warning-face ((nil (:foreground "Red1")))) + ;; '(warning ((nil (:foreground "DarkOrange")))) + ) ;;(setq require-final-newline t) (setq require-final-newline nil) -- cgit v1.3