From 628d5dcfbecfb4261e2f9a8b071130743c43f862 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sun, 11 Apr 2021 17:56:59 +0800 Subject: [PATCH] fix indent --- org-roam-capture.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org-roam-capture.el b/org-roam-capture.el index 6491939..0752b63 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -313,11 +313,11 @@ This function is used solely in Org-roam's capture templates: see :where (= ref $s1) :limit 1] (plist-get org-roam-capture--info :ref))) - (org-roam-capture--new-file))) + (org-roam-capture--new-file))) ((org-roam-node-file node) (org-roam-node-file node)) - (t - (org-roam-capture--new-file))))) + (t + (org-roam-capture--new-file))))) (org-capture-put :template (org-roam-capture--fill-template (org-capture-get :template))) (org-roam-capture--put :file-path file-path