Fix whitespace-style for non-default-indentation hl

And remove lines-tail. This is outside the purview of this hook.
This commit is contained in:
Henrik Lissner 2019-04-30 13:16:05 -04:00
parent 414d340567
commit 3a3017004c
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -143,7 +143,7 @@ read-only or not file-visiting."
(cl-union (if indent-tabs-mode '(indentation) '(tabs tab-mark))
whitespace-style)
`(face ,@(if indent-tabs-mode '(indentation) '(tabs tab-mark))
trailing-lines tail)))
trailing)))
(whitespace-mode +1)))