Update README.md
This commit is contained in:
@@ -237,6 +237,8 @@ To enable **stripspace** and automatically delete trailing whitespace, add the f
|
|||||||
```elisp
|
```elisp
|
||||||
(use-package stripspace
|
(use-package stripspace
|
||||||
:ensure t
|
:ensure t
|
||||||
|
:defer t
|
||||||
|
:commands stripspace-local-mode
|
||||||
|
|
||||||
;; Enable for prog-mode-hook, text-mode-hook, conf-mode-hook
|
;; Enable for prog-mode-hook, text-mode-hook, conf-mode-hook
|
||||||
:hook ((prog-mode . stripspace-local-mode)
|
:hook ((prog-mode . stripspace-local-mode)
|
||||||
|
|||||||
Reference in New Issue
Block a user