Update README.md

This commit is contained in:
James Cherti
2025-05-13 12:05:06 -04:00
parent 101a5ed0bb
commit 732c8adf44

View File

@@ -237,6 +237,8 @@ To enable **stripspace** and automatically delete trailing whitespace, add the f
```elisp
(use-package stripspace
:ensure t
:defer t
:commands stripspace-local-mode
;; Enable for prog-mode-hook, text-mode-hook, conf-mode-hook
:hook ((prog-mode . stripspace-local-mode)