Skip to content

Commit

Permalink
auto-save-mode (global)
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Apr 2, 2024
1 parent de20adf commit 92f36db
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/en/usage/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,14 @@ aka `(lem-core/commands/buffer:toggle-read-only)`

### Auto-save

Use: `M-x toggle-auto-save`
Use: `M-x auto-save-mode`, aka `(lem/auto-save::auto-save-mode t)`.

This one is a global mode: autosave is enabled for all buffers.

You can also use a minor mode: `M-x toggle-auto-save`, aka
`(lem/auto-save:toggle-auto-save)`, to enable auto-save for the
current buffer only.

aka `(lem/auto-save:toggle-auto-save)`

### Full screen

Expand Down

0 comments on commit 92f36db

Please sign in to comment.