added evil mode hint

by [progfolio](https://github.com/melpa/melpa/pull/8570#issuecomment-1587337967)
This commit is contained in:
2023-06-12 19:12:15 +02:00
parent c5cf26b41f
commit c6afa0ae8f

View File

@@ -162,3 +162,8 @@ in combination with autoscratch, here's my config for this:
(setq persistent-scratch-scratch-buffer-p-function 'tvd-autoscratch-p))
```
If you're using evil mode than, you might better setup an initial
state for autoscratch (it doesn't make much sense otherwise):
```
(evil-set-initial-state 'autoscratch-mode 'insert)
```