diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-04-03 22:32:28 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-04-03 22:32:28 -0400 |
commit | b950e9ec2f5ae4a6b974e2b8952d054ae4c67029 (patch) | |
tree | 4c1c1c2cdc15bce893fca7cae00870f5ac6adef4 | |
parent | be1a29b2534290051b855493286b8011fba884c8 (diff) | |
download | emacs.d-b950e9ec2f5ae4a6b974e2b8952d054ae4c67029.tar.gz |
Mark org-attach-directory as a safe local variable
-rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |