mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
In v3, doom-module data is stored in symbol plists, but in v2, it's stored in a hash table. Some v3 code snuck into45a66cd
, which made Doom try to read module data from plists that hadn't been initialized yet, so Doom could no longer see your module settings. Fix: #6769 Amend:45a66cda60