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:
parent
9ec0461162
commit
85591ca296
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ this, you'll get stuttering and random freezes) and resets
|
|||
abbrev-file-name (concat doom-local-dir "abbrev.el")
|
||||
auto-save-list-file-name (concat doom-cache-dir "autosave")
|
||||
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")
|
||||
pcache-directory (concat doom-cache-dir "pcache/")
|
||||
request-storage-directory (concat doom-cache-dir "request")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue