(Emacs)~whitespace-style now doesn't record spaces

This commit is contained in:
2020-09-21 18:05:08 +01:00
parent 4b2e967d20
commit f9f59f07d6

View File

@@ -1274,7 +1274,7 @@ a wild gun), so set it for specific modes I find need the help.
(haskell-mode-hook . whitespace-mode)
(python-mode-hook . whitespace-mode)
:init
(setq whitespace-style '(face lines-tail spaces tabs tab-mark trailing newline)
(setq whitespace-style '(face lines-tail tabs tab-mark trailing newline)
whitespace-line-column 80))
#+end_src
*** Set auto-fill-mode for all text-modes