summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-04-03 22:32:28 -0400
committerKyle Meyer <kyle@kyleam.com>2017-04-03 22:32:28 -0400
commitb950e9ec2f5ae4a6b974e2b8952d054ae4c67029 (patch)
tree4c1c1c2cdc15bce893fca7cae00870f5ac6adef4 /init.el
parentbe1a29b2534290051b855493286b8011fba884c8 (diff)
downloademacs.d-b950e9ec2f5ae4a6b974e2b8952d054ae4c67029.tar.gz
Mark org-attach-directory as a safe local variable
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7f9b101..277ffd7 100644
--- a/init.el
+++ b/init.el
@@ -297,6 +297,11 @@
:EMAIL: %(org-contacts-template-email)
:END:")))
+(use-package org-attach
+ :defer t
+ :init
+ (put 'org-attach-directory 'safe-local-variable #'stringp))
+
(use-package km-org
:defer t
:init