summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-12-09 16:26:22 -0500
committerKyle Meyer <kyle@kyleam.com>2018-12-09 16:26:22 -0500
commit86266c88460e38025b547fd3b506807e650698e8 (patch)
treef3634b40227b509e7c4278570e73cce186b86575 /init.el
parent51c595adc499e4aa3cc76f5682bf51d2b10d1306 (diff)
downloademacs.d-86266c88460e38025b547fd3b506807e650698e8.tar.gz
org: Don't truncate subject when creating email link descriptions
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 742131c..c5c03a0 100644
--- a/init.el
+++ b/init.el
@@ -147,6 +147,7 @@
org-refile-cache nil)
(setq org-link-search-must-match-exact-headline nil)
+ (setq org-email-link-description-format "Email %c: %s")
(setq org-confirm-babel-evaluate nil
org-src-fontify-natively t)