core: use custom.el instead of config.el for custom-file

This commit is contained in:
Peter Hoeg 2020-06-29 14:58:35 +08:00
parent 13f9f1a32a
commit 9cead32108

View file

@ -233,7 +233,7 @@ users).")
(setq abbrev-file-name (concat doom-local-dir "abbrev.el")
async-byte-compile-log-file (concat doom-etc-dir "async-bytecomp.log")
bookmark-default-file (concat doom-etc-dir "bookmarks")
custom-file (concat doom-private-dir "config.el")
custom-file (concat doom-private-dir "custom.el")
custom-theme-directory (concat doom-private-dir "themes/")
desktop-dirname (concat doom-etc-dir "desktop")
desktop-base-file-name "autosave"