mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Relying on eval-after-load's compiler-macro magic (after8b4f722
) can cause scope issues with nested macros (like file! and dir! running in the context of a temp buffer), so best we use with-eval-after-load directly. Ref:8b4f722fa3