mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -147,8 +147,7 @@ read-only or not file-visiting."
|
|||||||
(if (bound-and-true-p whitespace-newline-mode)
|
(if (bound-and-true-p whitespace-newline-mode)
|
||||||
(cl-union (if indent-tabs-mode '(indentation) '(tabs tab-mark))
|
(cl-union (if indent-tabs-mode '(indentation) '(tabs tab-mark))
|
||||||
whitespace-style)
|
whitespace-style)
|
||||||
`(face ,@(if indent-tabs-mode '(indentation) '(tabs tab-mark))
|
`(face ,@(if indent-tabs-mode '(indentation) '(tabs tab-mark)))))
|
||||||
trailing)))
|
|
||||||
(whitespace-mode +1)))
|
(whitespace-mode +1)))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user