summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-06-12 00:12:26 -0700
committerGravatar Tom Willemse2024-06-12 00:12:26 -0700
commitf8b736d217380f5d8be14728d0f7139f89ea334b (patch)
treee047c394330969dd7c26d87682c8fe109ccbc690
parent6fcf17760aeb8a16005b12dfe219edf106d736e1 (diff)
downloadnroam-oni.tar.gz
nroam-oni.zip
Fix function nameHEADoni
-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."