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.
This commit is contained in:
UndeadKernel 2018-03-26 18:17:59 +02:00
parent 9dc4e59a2c
commit 856dd96636

View file

@ -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)