mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove redundant org-id-track-globally setting
This is already set to t upstream.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user