[oni-org] Add a capture template for a snippet about Emacs articles
This commit is contained in:
parent
9d50b486ac
commit
ddeeb5bf67
1 changed files with 8 additions and 0 deletions
|
@ -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"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue