From 732c8adf44213e335083859cf0d55c149f4e513d Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 13 May 2025 12:05:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)