diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 97d7d8d..625ddaa 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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