From 22c8d1032b44e3638fa9784e4fc6a804f66b408c Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Wed, 28 Apr 2021 13:16:08 +0800 Subject: [PATCH] fix indent --- 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 2698f1a..ff85a6e 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -554,7 +554,7 @@ Return the ID of the location." (set-buffer (org-capture-target-buffer path)) (unless (file-exists-p path) (org-roam-capture--put :new-file path) - (insert (org-roam-capture--fill-template head t))) + (insert (org-roam-capture--fill-template head t))) (setq p (point-min)) (let ((m (org-roam-capture-find-or-create-olp olp))) (goto-char m)))