Skip to content

Commit 732c8ad

Browse files
committed
Update README.md
1 parent 101a5ed commit 732c8ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ To enable **stripspace** and automatically delete trailing whitespace, add the f
237237
```elisp
238238
(use-package stripspace
239239
:ensure t
240+
:defer t
241+
:commands stripspace-local-mode
240242
241243
;; Enable for prog-mode-hook, text-mode-hook, conf-mode-hook
242244
:hook ((prog-mode . stripspace-local-mode)

0 commit comments

Comments
 (0)