From 3a3017004c991ba8c3dd513c32f3c3f01ce9fe6e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 30 Apr 2019 13:16:05 -0400 Subject: [PATCH] Fix whitespace-style for non-default-indentation hl And remove lines-tail. This is outside the purview of this hook. --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 19ccd0c48..1f8424d11 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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)))