about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-16T22·39-0400
committerglittershark <grfn@gws.fyi>2020-07-16T23·58+0000
commit678022ad592f555bc9e130056d04efce2e518e26 (patch)
tree321f76f7ff6f06f0f6e849311b2caa978aefc88b /users
parentd1b351491083d8b9c89a4670614581ff72b5a430 (diff)
feat(gs/emacs): Add capture template for email tasks r/1343
The link here doesn't work, which is frustrating.

Change-Id: I70f5770226b1c39a5401d09037cce31a52f5cada
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1225
Reviewed-by: lukegb <lukegb@tvl.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r--users/glittershark/emacs.d/org-config.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/glittershark/emacs.d/org-config.el b/users/glittershark/emacs.d/org-config.el
index 295a8d4efc..3c12540a68 100644
--- a/users/glittershark/emacs.d/org-config.el
+++ b/users/glittershark/emacs.d/org-config.el
@@ -40,6 +40,10 @@
     "* TODO %?\n%i"
     :kill-buffer t)
 
+   ("m" "Email" entry
+    (file +org-default-todo-file)
+    "* TODO [[%l][%:subject]] :email:\n%i")
+
    ("n" "Notes" entry
     (file +org-default-todo-file)
     "* %U %?\n%i"