mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fixes an issue where package! declarations were read unconditionally at compile time, whether or not they were on a reachable code path. e.g. evil is always disabled by: (when nil (package! evil :disable t))