diff --git a/README.md b/README.md index 81878ee..c64da72 100644 --- a/README.md +++ b/README.md @@ -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)