From 856dd9663678e90f46c5279872e2a6e6e947efbf Mon Sep 17 00:00:00 2001 From: UndeadKernel Date: Mon, 26 Mar 2018 18:17:59 +0200 Subject: [PATCH] Whitespace should preferably respect the fill-column variable Let whitespace dynamically set `whitespace-line-column` depending on the current state of the variable `fill-column`. Changing the value to `nil` does exactly that. --- core/core-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-editor.el b/core/core-editor.el index f5f3defe5..2f805f22c 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -38,7 +38,7 @@ modes are active and the buffer is read-only.") truncate-lines t truncate-partial-width-windows 50 ;; whitespace-mode - whitespace-line-column fill-column + whitespace-line-column nil whitespace-style '(face indentation tabs tab-mark spaces space-mark newline newline-mark trailing lines-tail)