summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index 95c26dd..b065ae2 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -44,6 +44,8 @@ _g n_: go to notes
     ("s" (org-save-all-org-buffers)))
 
   :custom
+  (org-id-locations-file (concat fcuny/path-emacs-var "/org-id-locations"))
+
   (org-directory (expand-file-name "~/Documents/notebooks"))
   (org-default-tasks-file (concat org-directory "/tasks.org"))
   (org-default-journal-file (concat org-directory "/journal.org"))