mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-17 20:40:57 +01:00
added evil mode hint
by [progfolio](https://github.com/melpa/melpa/pull/8570#issuecomment-1587337967)
This commit is contained in:
@@ -162,3 +162,8 @@ in combination with autoscratch, here's my config for this:
|
|||||||
(setq persistent-scratch-scratch-buffer-p-function 'tvd-autoscratch-p))
|
(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)
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user