summaryrefslogtreecommitdiff
path: root/modules/org-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/org-config.el')
-rw-r--r--modules/org-config.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/org-config.el b/modules/org-config.el
index 20160d7d..c04683c0 100644
--- a/modules/org-config.el
+++ b/modules/org-config.el
@@ -25,6 +25,8 @@
(setq org-startup-folded t) ;; all org files should start in the folded state
(setq org-cycle-open-archived-trees t) ;; re-enable opening headings with archive tags with TAB
(setq org-cycle-hide-drawers 'all) ;; collapse :PROPERTIES: drawers when a heading folds
+ (setq org-id-locations-file
+ (expand-file-name "persist/org-id-locations" user-emacs-directory))
(setopt org-outline-path-complete-in-steps nil)
(setq org-return-follows-link t) ;; hit return to follow an org-link
(setq org-list-allow-alphabetical t) ;; allow alpha ordered lists (i.e., a), A), a., etc.)