summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-12 22:31:06 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-12 22:31:06 +0200
commit5e24ca4fea2e4a31beb2123f328c600e83c5e7f3 (patch)
treefe01aaf998c583be79bf51e44cfbe09651943e31 /org-roam-ui.el
parent1148249b767cc3e0a36e63dd3c735f63d1067446 (diff)
fix: update uniorg and fix unified deps
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r--org-roam-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el
index b63e089..34b1c4a 100644
--- a/org-roam-ui.el
+++ b/org-roam-ui.el
@@ -169,7 +169,7 @@ This serves the web-build and API over HTTP."
:host 'local
:on-open (lambda (ws) (progn
(setq oru-ws ws)
- (org-roam-ui--send-variables ws)
+ (org-roam-ui--send-variables oru-ws)
(org-roam-ui--send-graphdata)
(when org-roam-ui-update-on-save
(add-hook 'after-save-hook #'org-roam-ui--on-save))