From 6eb622f625d3eafe44614ff07faba5fc6c439e47 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 9 Apr 2022 08:38:23 +0200 Subject: emacs: restore comment colour to red MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 6ef9006..a807fa7 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -32,6 +32,8 @@ ; '(default ((t (:background "#101064" :foreground "#FFFFFF")))) ; '(fringe ((t (:background "#101064"))))) +(set-face-foreground 'font-lock-comment-face "red") + (add-hook 'after-change-major-mode-hook (lambda() (electric-indent-mode -1))) (add-hook 'c-mode-hook (lambda () (electric-indent-local-mode))) -- cgit v1.2.3-70-g09d2