From 3f44e1dec14ded81979156cf73546266fbd54b6b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 18 Mar 2016 16:12:29 +0900 Subject: [PATCH] Fix whitespace-mode fill-column value --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 75d6a4b..a024123 100644 --- a/emacs.el +++ b/emacs.el @@ -712,6 +712,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." lines-tail ; lines over 80 )) ;; (setq whitespace-newline 'font-lock-comment-face) + (set-variable 'whitespace-line-column nil) (global-whitespace-mode t) (if (eq (display-color-cells) 256)