mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
By loading the private packages.el in two passes. The first time ensures later modules will know about disabled packages and the second time ensures overwritten packages are properly overwritten. Not the most efficient, but efficiency is low priority in noninteractive sessions (i.e. during package management), the performance loss is negligible, and packages.el files (should) have no other side effects anyway.