org-attach: Make `org-attach-directory' a safe variable

* lisp/org-attach.el (org-attach-directory): Add :safe keyword.
This commit is contained in:
Nicolas Goaziou 2017-12-04 14:55:20 +01:00
parent 0c691737aa
commit ada2f64b16
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@
If this is a relative path, it will be interpreted relative to the directory
where the Org file lives."
:group 'org-attach
:type 'directory)
:type 'directory
:safe #'stringp)
(defcustom org-attach-commit t
"If non-nil commit attachments with git.