(fix): org-roam-graph--build notify user when build starts (#683)

Displays a message to user to let them know the build (which may take
a variable amount of time) has started.
This commit is contained in:
N V
2020-05-21 22:19:27 -04:00
committed by GitHub
parent 525a58dd86
commit 1eefc264f5

View File

@ -233,6 +233,7 @@ CALLBACK is passed the graph file as its sole argument."
(graph (org-roam-graph--dot node-query))
(temp-dot (make-temp-file "graph." nil ".dot" graph))
(temp-graph (make-temp-file "graph." nil ".svg")))
(org-roam-message "building graph")
(make-process
:name "*org-roam-graph--build-process*"
:buffer "*org-roam-graph--build-process*"