From 18083cc1ed154066a6b0e9b3edc62c9342bf9f4f Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Wed, 7 Apr 2021 10:48:34 +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 d901ef2..c216984 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -259,7 +259,7 @@ ID is unused." (cl-defun org-roam-capture--finalize-insert-link (&key id) "Insert a link to ID into the buffer where Org-capture was called. ID is the Org id of the newly captured content. -This function is to be called in the org-capture finalization process." +This function is to be called in the Org-capture finalization process." (when-let* ((mkr (org-roam-capture--get :insert-at)) (buf (marker-buffer mkr))) (with-current-buffer buf