mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
The user's private packages.el is read first, to ensure disabled packages are recorded as soon as possible, however, this means private packages are recorded early into `doom-packages`, and so are built first (and thus, before org-mode, which is later registered by the lang/org module). This compilation order can cause lots of issues with org packages loading the older, built-in version of org included with Emacs, instead of the newer org-mode. May address #3172
23 KiB
23 KiB