Redundant with show-trailing-whitespace
This commit is contained in:
Henrik Lissner 2019-05-04 15:55:00 -04:00
parent 04acb8fa98
commit 47f0f77d91
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -147,8 +147,7 @@ read-only or not file-visiting."
(if (bound-and-true-p whitespace-newline-mode)
(cl-union (if indent-tabs-mode '(indentation) '(tabs tab-mark))
whitespace-style)
`(face ,@(if indent-tabs-mode '(indentation) '(tabs tab-mark))
trailing)))
`(face ,@(if indent-tabs-mode '(indentation) '(tabs tab-mark)))))
(whitespace-mode +1)))