branch: elpa/workroom commit dcd02cb06ee450796c1b8d7385efc853827648e3 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
Document new option: workroom-default-buffer-name --- README.org | 3 +++ workroom.texi | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/README.org b/README.org index e7cc6b6960..4cf8849e24 100644 --- a/README.org +++ b/README.org @@ -85,3 +85,6 @@ If you want to completely automate managing workroom buffer list, check out the docstrings of ~workroom-buffer-manager-function~, ~workroom-set-buffer-manager-function~ and ~workroom-buffer-manager-data~. + +There's a Info manual available with more information, which can be +accessed with =C-h i m Workroom=, also available [[https://elpa.nongnu.org/nongnu-devel/doc/workroom.html][here on the internet]]. diff --git a/workroom.texi b/workroom.texi index 3ca48e9854..49b86f98b5 100644 --- a/workroom.texi +++ b/workroom.texi @@ -238,6 +238,9 @@ If you invoke the command @command{workroom-switch-to-buffer} or the command @command{workroom-list-buffers}, you'll see that only the @samp{*scratch*} buffer is available. +To use some other buffer as the first member of your new workrooms, +change @code{workroom-default-buffer-name} to that buffer's name. + @node Buffer Management @cindex buffer management @cindex managing buffers @@ -349,6 +352,10 @@ After you switch, you'll get a scratch buffer on your view. If you don't switch to another room (by giving prefix argument), you'll see that the buffers are the same. +To use some other buffer as the first buffer of the newly created +views, change @code{workroom-default-buffer-name} to that buffer's +name. + @node Killing View @cindex killing view @cindex view, kill