aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorConstantine Vetoshev <vetoshev@gmail.com>2026-03-29 08:27:34 -0700
committerConstantine Vetoshev <vetoshev@gmail.com>2026-03-29 08:27:34 -0700
commit5c5f1e2b986f58266c2774573d189f87d58cb55e (patch)
tree58dd93a716a6a029651236373fc8b52d5f5841a6 /README.md
parent0e632bb8482f94f45a7b1209bb2bd38aadf84003 (diff)
Add opt-in switching for other-perspective buffers.
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 db74bd3..515ae5c 100644
--- a/README.md
+++ b/README.md
@@ -383,6 +383,10 @@ Both these functions behave like the built-ins, but use `completing-read`
directly. When called normally, they list buffers filtered by the current
perspective. With a prefix argument, they list buffers in all perspectives.
+`persp-switch-to-buffer*` imports a selected buffer into the current
+perspective by default; set `persp-switch-to-buffer-behavior` to `switch` if
+you prefer it to jump to an existing owning perspective instead.
+
The following sample `use-package` invocation changes Emacs default key bindings
to use the replacements: