mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Prior to this, (after! (a b) ...) would expand to (after! b (after! a ...)) After this, it expands to (after! a (after! b ...)) This fixes load order issues with packages whose deferred configs are nested, such as org and ob-ditaa. Ref https://www.reddit.com/r/emacs/comments/pp3sye/hd311nz
25 KiB
25 KiB