diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 22:58:18 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 23:48:09 -0400 |
commit | cf118553c6b59eeebc81b98b21691859d1cc87b4 (patch) | |
tree | f847c9ddfc7acae5cb65ac3d8694b373cca7cec5 | |
parent | a23379842c79e0f89b43cf54d5821f6a6db90394 (diff) | |
download | emacs.d-cf118553c6b59eeebc81b98b21691859d1cc87b4.tar.gz |
org: Update variable for name change
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ (use-package org-attach :init - (put 'org-attach-directory 'safe-local-variable #'stringp)) + (put 'org-attach-id-dir 'safe-local-variable #'stringp)) (use-package org-board :init |