Replace custom buffer display function with direct display-buffer calls

This commit is contained in:
Chris Barrett
2023-03-12 13:38:07 +13:00
parent c2ab228845
commit e092f60878
4 changed files with 8 additions and 14 deletions

View File

@@ -261,7 +261,7 @@ This means titles can be restored if
(defun org-roam-slipbox-list-notes (slipbox)
"List nodes belonging to SLIPBOX."
(interactive (list (org-roam-slipbox--read)))
(org-roam-review-display-buffer-and-select
(display-buffer
(org-roam-review-create-buffer
:title (concat "Notes for slipbox: " (propertize slipbox 'face 'org-roam-slipbox-name))
:instructions "The nodes below are sorted by slipbox"