Move custom-file into local-dir (not etc-dir)

Makes more sense to put more vital files in local than etc or cache.
This commit is contained in:
Henrik Lissner 2018-06-12 12:17:33 +02:00
parent 9ec0461162
commit 85591ca296
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -193,7 +193,7 @@ this, you'll get stuttering and random freezes) and resets
abbrev-file-name (concat doom-local-dir "abbrev.el") abbrev-file-name (concat doom-local-dir "abbrev.el")
auto-save-list-file-name (concat doom-cache-dir "autosave") auto-save-list-file-name (concat doom-cache-dir "autosave")
backup-directory-alist (list (cons "." (concat doom-cache-dir "backup/"))) backup-directory-alist (list (cons "." (concat doom-cache-dir "backup/")))
custom-file (concat doom-etc-dir "custom.el") custom-file (concat doom-local-dir "custom.el")
mc/list-file (concat doom-etc-dir "mc-lists.el") mc/list-file (concat doom-etc-dir "mc-lists.el")
pcache-directory (concat doom-cache-dir "pcache/") pcache-directory (concat doom-cache-dir "pcache/")
request-storage-directory (concat doom-cache-dir "request") request-storage-directory (concat doom-cache-dir "request")