diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-11-02 17:57:56 +0100 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-11-02 17:57:56 +0100 |
commit | d7d75c295209acbb9c0f48676b6059ae2fa76aeb (patch) | |
tree | b7c5fa3ed45d605451ee2688a95018d6a09120c9 /org-roam-ui.el | |
parent | d3927d435795813e8db921a2d06bf79ea57e7719 (diff) |
fix: remove superfluous paranthesis
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 2 |
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") |