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"))