(fix): remove other occurrences of file-truename (#1125)

org-roam-buffer should no longer be resolving the symlinks as well.
This commit is contained in:
Jethro Kuan
2020-09-22 14:23:02 +08:00
committed by GitHub
parent f59c18fda5
commit d170c4ac85
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
(defun test-org-roam-perf--abs-path (file-path)
"Get absolute FILE-PATH from `org-roam-directory'."
(file-truename (expand-file-name file-path org-roam-directory)))
(expand-file-name file-path org-roam-directory))
(defun test-org-roam-perf--init ()
"."