Add ws-butler

This commit is contained in:
outfoxxed 2022-12-01 12:54:23 -08:00
parent c3ed4ebcfb
commit 80f292b535
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -84,6 +84,11 @@
:config
(editorconfig-mode 1))
;; Remove trailing whitespace
(use-package ws-butler
:config
(add-hook 'prog-mode-hook #'ws-butler-mode))
;; Treesitter
(use-package tree-sitter
:config