Set whitespace mode correctly

This commit is contained in:
Tobias Ostner 2023-12-18 13:25:56 +01:00
parent cb721e4eea
commit e38f6b10aa

View file

@ -625,9 +625,9 @@
:if module-file-suffix)
(use-package whitespace
:hook (before-save . whitespace-cleanup)
:hook ((before-save . whitespace-cleanup)
(prog-mode . whitespace-mode))
:config
(whitespace-mode 1)
(setq whitespace-line-column nil
whitespace-style '(face empty tabs lines-tail trailing)))