From 74545ae94687e8d7bd13d81cc22222ed270f0d60 Mon Sep 17 00:00:00 2001 From: gcv Date: Sun, 28 Aug 2022 07:20:54 -0700 Subject: Update documentation. --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.0