From f8b736d217380f5d8be14728d0f7139f89ea334b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 12 Jun 2024 00:12:26 -0700 Subject: Fix function name --- nroam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nroam.el') 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." -- cgit v1.2.3-54-g00ecf