mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(docs): document org-roam-buffer-window-parameters (#1180)
also remove documentation on deprecated variable ~org-roam-buffer-no-delete-other-windows~
This commit is contained in:
@ -600,10 +600,15 @@ The Org-roam buffer displays backlinks for the currently active Org-roam note.
|
||||
Height of ~org-roam-buffer~. Has an effect only if ~org-roam-buffer-position~ is
|
||||
~'top~ or ~'bottom~.
|
||||
|
||||
- User Option: org-roam-buffer-no-delete-other-windows
|
||||
- User Option: org-roam-buffer-window-parameters
|
||||
|
||||
The ~no-delete-window~ parameter for the org-roam buffer. Setting it to ~'t~ prevents the window from being deleted when calling ~delete-other-windows~.
|
||||
Additional window parameters for the org-roam-buffer side window.
|
||||
|
||||
For example one can prevent the window from being deleted when calling
|
||||
~delete-other-windows~, by setting it with the following:
|
||||
|
||||
~(setq org-roam-buffer-window-parameters '((no-other-window . t)))~
|
||||
|
||||
** Org-roam Files
|
||||
|
||||
Org-roam files are created and prefilled using Org-roam's templating
|
||||
|
@ -842,9 +842,14 @@ Height of @code{org-roam-buffer}. Has an effect only if @code{org-roam-buffer-po
|
||||
@code{'top} or @code{'bottom}.
|
||||
|
||||
@item
|
||||
User Option: org-roam-buffer-no-delete-other-windows
|
||||
User Option: org-roam-buffer-window-parameters
|
||||
|
||||
The @code{no-delete-window} parameter for the org-roam buffer. Setting it to @code{'t} prevents the window from being deleted when calling @code{delete-other-windows}.
|
||||
Additional window parameters for the org-roam-buffer side window.
|
||||
|
||||
For example one can prevent the window from being deleted when calling
|
||||
@code{delete-other-windows}, by setting it with the following:
|
||||
|
||||
@code{(setq org-roam-buffer-window-parameters '((no-other-window . t)))}
|
||||
@end itemize
|
||||
|
||||
@node Org-roam Files
|
||||
|
Reference in New Issue
Block a user