Disable whitespace-mode by default
This commit is contained in:
parent
92c9c476a5
commit
bf84da6c7c
1 changed files with 1 additions and 2 deletions
|
|
@ -662,8 +662,7 @@
|
||||||
:if module-file-suffix)
|
:if module-file-suffix)
|
||||||
|
|
||||||
(use-package whitespace
|
(use-package whitespace
|
||||||
:hook ((before-save . whitespace-cleanup)
|
:hook (before-save . whitespace-cleanup)
|
||||||
(prog-mode . whitespace-mode))
|
|
||||||
:config
|
:config
|
||||||
(setq whitespace-line-column nil
|
(setq whitespace-line-column nil
|
||||||
whitespace-style '(face empty tabs lines-tail trailing)))
|
whitespace-style '(face empty tabs lines-tail trailing)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue