From 22ddba78a3345a976fe5cec92b7062051773cfb9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 2 Dec 2012 18:37:39 +0900 Subject: [PATCH] change fg color of whitespace-newline --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index fc377dd..0474b23 100644 --- a/emacs.el +++ b/emacs.el @@ -418,7 +418,8 @@ found, otherwise returns nil." (add-to-list 'whitespace-display-mappings `(newline-mark ?\n ,(vconcat "$\n")) ) - (global-whitespace-mode t)) + (global-whitespace-mode t) + (set-face-foreground 'whitespace-newline "brightblack")) (and nil (fetch-library