summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-31 23:37:31 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-31 23:37:31 +0200
commit8959a6e1cb2f8f2d37bcc5fcd3a19e94fffe14a0 (patch)
tree45da1ce5ecafc70122c53e1af63399813ce38321 /org-roam-ui.el
parent20b74e456c2011783efb63b127c398f6d428923e (diff)
removed weird function call
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r--org-roam-ui.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el
index f259670..d3d6181 100644
--- a/org-roam-ui.el
+++ b/org-roam-ui.el
@@ -147,8 +147,7 @@ This serves the web-build and API over HTTP."
(defun org-roam-ui--on-save ()
"Send graphdata on saving an org-roam buffer."
(when (org-roam-buffer-p)
- (org-roam-ui--send-graphdata)
- (org-roam-ui))
+ (org-roam-ui--send-graphdata))
)
(defun org-roam-ui--send-graphdata ()