Move .org-id-locations to .cache directory

This commit is contained in:
Klaus Loft Højbjerre 2015-10-12 09:11:42 +02:00 committed by syl20bnr
parent 6a60346b72
commit faf8a0b242
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@
(progn
(setq org-clock-persist-file
(concat spacemacs-cache-directory "org-clock-save.el")
org-id-locations-file
(concat spacemacs-cache-directory ".org-id-locations")
org-log-done t
org-startup-with-inline-images t
org-src-fontify-natively t)