Enable whitespace mode

This commit is contained in:
Tobias Ostner 2023-11-23 07:59:45 +01:00
parent 86c828be82
commit 1a9c125b8f

View file

@ -591,5 +591,12 @@
:defer t
:if module-file-suffix)
(use-package whitespace
:hook (before-save . whitespace-cleanup)
:config
(whitespace-mode 1)
(setq whitespace-line-column nil
whitespace-style '(face empty tabs lines-tail trailing)))
(provide 'init)
;;; init.el ends here