aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThibaut Meyer <thibaut.meyer@posteo.eu>2022-07-19 23:50:15 +0200
committerThibaut Meyer <thibaut.meyer@posteo.eu>2022-07-19 23:50:15 +0200
commit7a5e8a14c013f0d0919a1fb8aa86ad1a36934aef (patch)
treefa3d981b98006bb380f2538a3b5f3e1f2730e8b1 /README.md
parente994fb3067d343732f9fc0ae209cecd5a6192237 (diff)
persp-purge-initial-persp-on-save: purges the inital persp upon save
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1974b77..aed46fc 100644
--- a/README.md
+++ b/README.md
@@ -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: