1
0
Fork 0

[oni-org] Add a capture template for a snippet about Emacs articles

This commit is contained in:
Tom Willemse 2023-06-13 23:45:37 -07:00
parent 9d50b486ac
commit ddeeb5bf67

View file

@ -1224,6 +1224,14 @@ This is done by adding a :hidden t header argument to the code block."
:immediate-finish t :immediate-finish t
:jump-to-captured 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") (setf (map-elt org-capture-templates "s")
'("Snippets")) '("Snippets"))