aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-06-13 18:56:23 -0700
committerGravatar Tom Willemse2023-06-13 18:56:23 -0700
commite0ec6bfab646e67c188ce1c86fdd683f263f3df1 (patch)
tree578b6ff5213d9a35790ec3a8c3fcb5248068535a /oni-org
parentb0c7bc39482174fc87078be5bc6f665d8b595385 (diff)
downloademacs-config-e0ec6bfab646e67c188ce1c86fdd683f263f3df1.tar.gz
emacs-config-e0ec6bfab646e67c188ce1c86fdd683f263f3df1.zip
[oni-org] Add template for capturing Emacs package questions
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el17
1 files changed, 16 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index c9aeede..2b2c02a 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.0607.232822
+;; Version: 2023.0613.185557
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table)
;; This program is free software; you can redistribute it and/or modify
@@ -1212,6 +1212,21 @@ This is done by adding a ‘:hidden t’ header argument to the code block."
(tags-todo "TODO=\"TODO\"+#listening"
((org-agenda-overriding-header (oni-org--center-align "To Listen To")))))))
+(setf (map-elt org-capture-templates "sE")
+ '("Questions for Emacs packages" plain (function ignore)
+ "- Do I want to integrate this in my configuration?
+ - %?
+- What will it add / What advantage will it bring?
+ -
+- How would I integrate it with my config?
+ - "
+ :empty-lines 1
+ :immediate-finish t
+ :jump-to-captured t))
+
+(setf (map-elt org-capture-templates "s")
+ '("Snippets"))
+
(setf (map-elt org-capture-templates "t")
'("A simple TODO item." entry (file "") "* TODO %?
:PROPERTIES: