From 217ff6cc1a4883be1b6b6ba4d6a579854ff273eb Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 18 Aug 2014 20:06:40 +0900 Subject: [PATCH] emacs.el: add commented code to make eol marker bold --- emacs.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/emacs.el b/emacs.el index 39f9acf..6ef5050 100644 --- a/emacs.el +++ b/emacs.el @@ -547,10 +547,13 @@ found, otherwise returns nil." )) ;; (setq whitespace-newline 'font-lock-comment-face) (global-whitespace-mode t) - (when (eq (display-color-cells) - 256) - (set-face-foreground 'whitespace-newline "brightblack"))) - + (if (eq (display-color-cells) + 256) + (set-face-foreground 'whitespace-newline "brightblack") + ;; (progn + ;; (set-face-bold-p 'whitespace-newline + ;; t)) + )) (and nil (fetch-library "http://www.emacswiki.org/emacs/download/fill-column-indicator.el"