mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
When starting Emacs in debug mode, explain-pause-mode is enabled. This pulls in other packages with it, which can taint results when testing package load order. Also, explain-pause-mode is for measuring pauses during interactive use, it isn't very useful for startup benchmarking. So we only toggle it if doom-debug-mode is toggled interactively.