Merge pull request #482 from UndeadKernel/fix_whitespace-line-column

Let whitespace dynamically use fill-column
This commit is contained in:
Henrik Lissner 2018-03-26 17:10:28 -04:00 committed by GitHub
commit bc7c992f43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)