mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
This change facilitates the users that prefer their custom-file somewhere other than doom-local-dir (e.g. in ~/.doom.d/custom.el). This change prevents loading both files during startup. Just change `custom-file` and Doom will load it after your config.el is loaded (but before doom-post-init-hook runs).