summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--nroam.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nroam.el b/nroam.el
index 51cea0b..fd8b0d3 100644
--- a/nroam.el
+++ b/nroam.el
@@ -121,7 +121,7 @@ Make the region inserted by BODY read-only, and marked with
(defun nroam--org-roam-file-p ()
"Return non-nil if the current buffer is an `org-roam' buffer."
- (org-roam--org-roam-file-p))
+ (org-roam-file-p))
(defun nroam--update-maybe ()
"Update backlinks when nroam is enabled."