Remove redundant org-id-track-globally setting

This is already set to t upstream.
This commit is contained in:
Henrik Lissner 2020-05-20 01:07:52 -04:00
parent 090d0f7d53
commit 7183194a59
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1045,8 +1045,7 @@ compelling reason, so..."
;; Global ID state means we can have ID links anywhere. This is required for
;; `org-brain', however.
(setq org-id-track-globally t
org-id-locations-file-relative t)
(setq org-id-locations-file-relative t)
;; HACK `org-id' doesn't check if `org-id-locations-file' exists or is
;; writeable before trying to read/write to it.