diff options
| author | gcv <gepardcv@gmail.com> | 2022-07-05 21:45:15 -0700 |
|---|---|---|
| committer | gcv <gepardcv@gmail.com> | 2022-07-05 21:45:15 -0700 |
| commit | e994fb3067d343732f9fc0ae209cecd5a6192237 (patch) | |
| tree | 2a96fa7117e15a09ea66116982bd263a26f0bd76 /CHANGELOG.md | |
| parent | 6e8f2889d5240855f5af6a860754be3a3e2a8338 (diff) | |
Avoid killing the last buffer in a perspective by default.
Variable: `persp-avoid-killing-last-buffer-in-perspective`, default `t`; this
was formerly the experimental feature flag
`persp-feature-flag-prevent-killing-last-buffer-in-perspective` which defaulted
to `nil`.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f874f26..e84d577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed +- Avoid killing the last buffer in a perspective by default (`persp-avoid-killing-last-buffer-in-perspective`, default `t`; this was formerly the experimental feature flag `persp-feature-flag-prevent-killing-last-buffer-in-perspective` which defaulted to `nil`). - **Breaking change:** (Emacs 28+ only): no longer provide a default `persp-mode-prefix-key`. It was `C-x x` in the past, which conflicts with key bindings shipping with Emacs 28. Users of Emacs 28 must now pick their own prefix key. The default remains unchanged for users of Emacs 27 and earlier. - `persp-remove-buffer`: do not kill/remove a perspective's last left buffer. - `persp-switch-to-buffer*`: tag with `'buffer` category so Marginalia can add its annotations. |
