From ddeeb5bf6737245edc562ee494e86186cfdf2a09 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 13 Jun 2023 23:45:37 -0700 Subject: [oni-org] Add a capture template for a snippet about Emacs articles --- oni-org/oni-org.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'oni-org/oni-org.el') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 2b2c02a..33368c7 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -1224,6 +1224,14 @@ This is done by adding a ‘:hidden t’ header argument to the code block." :immediate-finish t :jump-to-captured t)) +(setf (map-elt org-capture-templates "se") + '("Questions for Emacs articles" plain (function ignore) + "- What can I add to my config from this? + - %?" + :empty-lines 1 + :immediate-finish t + :jump-to-captured t)) + (setf (map-elt org-capture-templates "s") '("Snippets")) -- cgit v1.2.3-54-g00ecf