fix indent

This commit is contained in:
Jethro Kuan
2021-04-11 17:56:59 +08:00
parent 516d8dfbf8
commit 628d5dcfbe

View File

@ -313,11 +313,11 @@ This function is used solely in Org-roam's capture templates: see
:where (= ref $s1) :where (= ref $s1)
:limit 1] :limit 1]
(plist-get org-roam-capture--info :ref))) (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)
(org-roam-node-file node)) (org-roam-node-file node))
(t (t
(org-roam-capture--new-file))))) (org-roam-capture--new-file)))))
(org-capture-put :template (org-capture-put :template
(org-roam-capture--fill-template (org-capture-get :template))) (org-roam-capture--fill-template (org-capture-get :template)))
(org-roam-capture--put :file-path file-path (org-roam-capture--put :file-path file-path