From 558fc01413d875fc8098108b3f8264b72d0b5f0d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 30 Mar 2010 10:02:41 +0100 Subject: [PATCH] el/dot-emacs.el: `mdw-whitespace-mode' changes trailing visibility. A one-stop shop for whitespace offences. --- el/dot-emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 234fe55..c344a31 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -705,7 +705,8 @@ case." (when (and (boundp 'whitespace-style) (fboundp 'whitespace-mode)) (let ((whitespace-style (remove 'trailing whitespace-style))) - (whitespace-mode arg)))) + (whitespace-mode arg)) + (setq show-trailing-whitespace whitespace-mode))) (defun mdw-misc-mode-config () (and mdw-auto-indent -- 2.11.0