mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
A mistake in5a5195b
caused modules without an explicit :depth to be loaded in the wrong order (because their final depth wasn't cached correctly, and so were all given a depth of 0, thus falling back on their insertion order, which is precisely what5a5195b
was trying to fix). This commit fixes that and changes the module cache vectors to match the structure of doom-module-context, for consistency. Amend:5a5195b84d
Fix: #6813 Fix: #6859