aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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: