mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
The coming CLI rewrite makes bin/doom atomic, but also "freezes" more of your config in between 'doom sync's and 'doom upgrade's. This is necessary to implement a robust rollback system. However, that also means that `doom!` shouldn't do anything when read in an interactive session (and should only be read when running `doom sync`). Indirectly fixes #2612