aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-06-13 23:45:37 -0700
committerGravatar Tom Willemse2023-06-13 23:45:37 -0700
commitddeeb5bf6737245edc562ee494e86186cfdf2a09 (patch)
tree812c133b93d4f3dbcdfd3fa9fcb0614177352675 /oni-org
parent9d50b486ac1ae23038b8bc42cef5cce789520b0e (diff)
downloademacs-config-ddeeb5bf6737245edc562ee494e86186cfdf2a09.tar.gz
emacs-config-ddeeb5bf6737245edc562ee494e86186cfdf2a09.zip
[oni-org] Add a capture template for a snippet about Emacs articles
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el8
1 files changed, 8 insertions, 0 deletions
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"))