mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fixes a regression introduced in0bb4d4dfc
, which changed how doom-switch-buffer-hook works, but makes it fire too early during startup, eagerly loading packages that wait for the first interactively opened buffer. This moves doom-init-ui-h to window-buffer-change-functions, which fires once at the end of startup, when any buffer is displayed for the first time in the session. Ref0bb4d4dfcb