mirror of
https://github.com/chrisbarrett/nursery
synced 2025-08-25 14:13:31 -05:00
Replace custom buffer display function with direct display-buffer calls
This commit is contained in:
@@ -82,7 +82,7 @@ When called interactively, prompt the user for MAX-DEPTH."
|
||||
(short-title (substring title 0 (min (length title) org-roam-links-max-title-length)))
|
||||
(short-title (if (equal title short-title) title (concat short-title "…")))
|
||||
graph)
|
||||
(org-roam-review-display-buffer-and-select
|
||||
(display-buffer
|
||||
(org-roam-review-create-buffer
|
||||
:title (format "Links for “%s\”" short-title)
|
||||
:instructions "Below is the graph of links to and from the current node."
|
||||
|
Reference in New Issue
Block a user