diff options
| author | Thibaut Meyer <thibaut.meyer@posteo.eu> | 2022-07-19 23:50:15 +0200 |
|---|---|---|
| committer | Thibaut Meyer <thibaut.meyer@posteo.eu> | 2022-07-19 23:50:15 +0200 |
| commit | 7a5e8a14c013f0d0919a1fb8aa86ad1a36934aef (patch) | |
| tree | fa3d981b98006bb380f2538a3b5f3e1f2730e8b1 /README.md | |
| parent | e994fb3067d343732f9fc0ae209cecd5a6192237 (diff) | |
persp-purge-initial-persp-on-save: purges the inital persp upon save
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -415,6 +415,10 @@ customize`). The following are likely to be of most interest: the modeline). - `persp-modestring-short`: When set to `t`, show a shortened modeline string with only the current perspective instead of the full list. Defaults to `nil`. +- `persp-purge-initial-persp-on-save`: When set to `t`, will kill all buffers + of the initial perspective upon calling `perps-state-save`. The buffers whose name + match a regexp in the list `persp-purge-initial-persp-on-save-exceptions` won't + get killed. To change keys used after the prefix key, with `use-package` you can do: |
