mirror of
https://github.com/org-roam/org-roam
synced 2025-09-22 16:20:54 -05:00
(doc): fix org-roam-buffer-window-parameters documentation (#1190)
Closes #1188
This commit is contained in:
@@ -607,7 +607,7 @@ The Org-roam buffer displays backlinks for the currently active Org-roam note.
|
||||
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)))~
|
||||
~(setq org-roam-buffer-window-parameters '((no-delete-other-windows . t)))~
|
||||
|
||||
** Org-roam Files
|
||||
|
||||
|
@@ -849,7 +849,7 @@ 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)))}
|
||||
@code{(setq org-roam-buffer-window-parameters '((no-delete-other-windows . t)))}
|
||||
@end itemize
|
||||
|
||||
@node Org-roam Files
|
||||
|
Reference in New Issue
Block a user