diff --git a/config.org b/config.org index 15d3b90..ce8bbe4 100644 --- a/config.org +++ b/config.org @@ -268,6 +268,12 @@ Customize the capture templates: :file-name "${slug}" :head "#+TITLE: ${title}\n" :unnarrowed t) + ("i" "instant" plain (function org-roam-capture--get-point) + "%?" + :file-name "${slug}" + :head "#+TITLE: ${title}\n" + :unnarrowed t + :immediate-finish t) ("w" "website" plain (function org-roam-capture--get-point) "" :file-name "websites/${slug}"