Use my fork of ws-butler

This commit is contained in:
Henrik Lissner 2020-01-04 18:10:55 -05:00
parent cf04a44ca7
commit f26b148b2b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 5 deletions

View file

@ -563,10 +563,7 @@ files, so we replace calls to `pp' with the much faster `prin1'."
(use-package! ws-butler
;; a less intrusive `delete-trailing-whitespaces' on save
:after-call after-find-file
:config
(appendq! ws-butler-global-exempt-modes
'(special-mode comint-mode term-mode eshell-mode))
(ws-butler-global-mode +1))
:config (ws-butler-global-mode +1))
(provide 'core-editor)
;;; core-editor.el ends here