mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Consult the doom-context to determine if a transient hook should fire, rather than after-init-time (less reliable; there may be times we want them to fire post-init). Also ensures that they're chained to find-file hooks whether or not this is a daemon session (since they could concievably be triggered before the daemon finishes initializing, but after Doom initializes).