Merge pull request #3485 from peterhoeg/fix_custom
core: use custom.el instead of config.el for custom-file
This commit is contained in:
commit
1dc7cbcacc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue