(Emacs/whitespace)-lines-tail from whitespace-style

This commit is contained in:
2024-05-13 18:41:34 +05:30
parent e7321c7de6
commit cfe9d354aa

View File

@@ -2528,9 +2528,7 @@ limit), so set it for specific modes need the help.
(org-mode-hook . whitespace-mode)
(text-mode-hook . whitespace-mode)
:init
(setq whitespace-style '(face empty lines-tail
spaces tabs tab-mark
trailing newline)
(setq whitespace-style '(face empty spaces tabs tab-mark trailing newline)
whitespace-line-column 80))
#+end_src
** Set auto-fill-mode for all text-modes