aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/email.el
diff options
context:
space:
mode:
Diffstat (limited to 'gui/conf/email.el')
-rw-r--r--gui/conf/email.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/conf/email.el b/gui/conf/email.el
index bcce8fe..68c1b09 100644
--- a/gui/conf/email.el
+++ b/gui/conf/email.el
@@ -59,4 +59,5 @@
(add-to-list 'org-capture-templates
'("m" "eMail note" entry (file org-default-notes-file)
- "* TODO /%:subject/\n See %a\n\n%?"))
+ "* TODO /%:subject/\n See %a\n\n%?"
+ :prepend t))