From b12bd4ea406ed37089f496cacbf679496e62e23c Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Fri, 23 Apr 2021 13:56:20 +0800 Subject: [PATCH] fix lint --- org-roam-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam-capture.el b/org-roam-capture.el index 5021dcc..d855e85 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -335,7 +335,7 @@ streamlined user experience in Org-roam." ((const :format "%v " :kill-buffer) (const t)))))))) (defvar org-roam-capture-new-node-hook (list #'org-roam-capture--insert-ref) - "Normal-mode hooks (list of functions) run when a new Org-roam node is created. + "Normal-mode hooks run when a new Org-roam node is created. The current point is the point of the new node. The hooks must not move the point.")