summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-02 17:57:56 +0100
committerThomas F. K. Jorna <[email protected]>2021-11-02 17:57:56 +0100
commitd7d75c295209acbb9c0f48676b6059ae2fa76aeb (patch)
treeb7c5fa3ed45d605451ee2688a95018d6a09120c9 /org-roam-ui.el
parentd3927d435795813e8db921a2d06bf79ea57e7719 (diff)
fix: remove superfluous paranthesis
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 6fc9ab4..81dcabb 100644
--- a/org-roam-ui.el
+++ b/org-roam-ui.el
@@ -551,7 +551,7 @@ from all other links."
(expand-file-name org-roam-dailies-directory)
(expand-file-name
org-roam-dailies-directory
- org-roam-directory)))))
+ org-roam-directory))))
(websocket-send-text ws
(json-encode
`((type . "variables")