aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgcv <gepardcv@gmail.com>2022-08-28 07:20:54 -0700
committergcv <gepardcv@gmail.com>2022-08-28 07:20:54 -0700
commit74545ae94687e8d7bd13d81cc22222ed270f0d60 (patch)
tree56539fea9adc2c63ee86856df01a76d358715a1d
parent866c699d2147ff0fffa334f4f20b5c5c5996527a (diff)
Update documentation.
-rw-r--r--CHANGELOG.md1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e84d577..4c0515b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
+- `persp-purge-initial-persp-on-save`: support for optionally killing all buffers of the initial perspective upon calling `perps-state-save`, thus treating the initial perspective as a disposable scratch area.
- `persp-add-buffer-to-frame-global`: support for special frame-specific "global" perspectives; buffers which they contain will appear in Perspective-aware buffer listings in _all_ perspectives in their containing frames
- `persp-switch-to-scratch-buffer`: interactive function to switch to the current perspective's scratch buffer, creating one if missing.
- `persp-forget-buffer`: disassociate buffer with perspective without the risk of killing it. This balances `persp-add-buffer`. Newly created buffers via `get-buffer-create` are rogue buffers not found in any perspective, this function allows to get back to that state.
diff --git a/README.md b/README.md
index aed46fc..face264 100644
--- a/README.md
+++ b/README.md
@@ -418,7 +418,7 @@ customize`). The following are likely to be of most interest:
- `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.
+ get killed. This allows using the initial perspective as a kind of scratch space.
To change keys used after the prefix key, with `use-package` you can do: