diff options
| author | Rob Gilton <rob@adventurousmachines.com> | 2021-10-20 20:25:25 +0100 |
|---|---|---|
| committer | Rob Gilton <rob@adventurousmachines.com> | 2021-10-20 20:25:25 +0100 |
| commit | 46a6af9e1479074dc8be2e0a5716f6d803b0eb44 (patch) | |
| tree | 07ea36ca7107b3905e80b755e6bdd6aadad13d20 /README.md | |
| parent | acad4fb2cfe27feb0ecbe07e51c364bfa5ea4f47 (diff) | |
Fix typo in README.md
s/exists/exits/
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,7 @@ A custom variable, `persp-state-default-file`, sets a default file to use for saving and restoring perspectives. When it is set, `persp-state-save` may be called non-interactively without an argument and it will save to the file referenced by that variable. This makes it easy to automatically save -perspective sessions when Emacs exists: +perspective sessions when Emacs exits: ``` (add-hook 'kill-emacs-hook #'persp-state-save) |
