summaryrefslogtreecommitdiffstatshomepage
path: root/nroam-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'nroam-utils.el')
-rw-r--r--nroam-utils.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/nroam-utils.el b/nroam-utils.el
index 737691b..a3154fe 100644
--- a/nroam-utils.el
+++ b/nroam-utils.el
@@ -55,10 +55,5 @@ Insert a single newline between each call to FUNCTION."
(funcall function item))
sequence))
-(defun nroam--fix-links (content origin)
- "Correct all relative links in CONTENT from ORIGIN.
-Temporary fix until `org-roam' v2 is out."
- (org-roam-buffer-expand-links content origin))
-
(provide 'nroam-utils)
;;; nroam-utils.el ends here