mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
This was done to purge superfluous files from Doom's project structure and simplify its entry points. And with early-init.el now acting as Doom's universal bootstrapper (seec05e615
), we don't have enough bootstrap logic to warrant being its own file. Also removes the redundant version check, given doom.el is assured to be loaded before doom-cli, and performs its own check. Ref:c05e61536e