summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-02 17:41:24 +0100
committerGitHub <[email protected]>2021-11-02 17:41:24 +0100
commitd3927d435795813e8db921a2d06bf79ea57e7719 (patch)
tree29c45a428f60fd09012f54c35f0e34806fb19072 /org-roam-ui.el
parent617b87867000b5f724f4bdeda3a8502b877b70d4 (diff)
fix: remove superfluous file-name-concat (#146)
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r--org-roam-ui.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el
index 856cd12..6fc9ab4 100644
--- a/org-roam-ui.el
+++ b/org-roam-ui.el
@@ -550,8 +550,8 @@ from all other links."
(let ((daily-dir (if (file-name-absolute-p org-roam-dailies-directory)
(expand-file-name org-roam-dailies-directory)
(expand-file-name
- (file-name-concat org-roam-directory
- org-roam-dailies-directory)))))
+ org-roam-dailies-directory
+ org-roam-directory)))))
(websocket-send-text ws
(json-encode
`((type . "variables")