Enable whitespace mode
This commit is contained in:
parent
86c828be82
commit
1a9c125b8f
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue