From 7bb61806efda6d71733748c44bc5a97f6949b536 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Thu, 25 Mar 2021 13:23:30 +0800 Subject: [PATCH] fix lint --- org-roam-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam-utils.el b/org-roam-utils.el index 4b74a18..4d461d0 100644 --- a/org-roam-utils.el +++ b/org-roam-utils.el @@ -70,7 +70,7 @@ (org-up-heading-safe) (when (= (point) p) (goto-char (point-min)))) - (unless (bobp) (goto-char (point-min)))))) + (unless (bobp) (goto-char (point-min)))))) (defun org-roam-message (format-string &rest args) "Pass FORMAT-STRING and ARGS to `message' when `org-roam-verbose' is t."