diff options
| author | Simeon Simeonov | 2020-12-17 15:11:27 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-12-17 15:11:27 +0100 |
| commit | 06a86178e63ebb993f4c0bac4430ee297730684d (patch) | |
| tree | bb859cc94a3295f792ce12a890627474d28178f1 | |
| parent | 692c93773ba90f7731cd758c08b5280f16b0ee4e (diff) | |
Add fixes in .termix to .emacs and .emacs.pure and prepare to remove .termix completely
| -rw-r--r-- | .emacs | 14 | ||||
| -rw-r--r-- | .emacs.pure | 14 |
2 files changed, 26 insertions, 2 deletions
| @@ -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) |
