fix(lib): doom/sandbox

Fixes all the launch paths *except* for `vanilla-doom+` (Doom core +
modules - private config), which needs some work from v3 to properly
fix.
This commit is contained in:
Henrik Lissner
2024-09-10 17:26:54 -04:00
parent 86b7bef512
commit 60083a2626
2 changed files with 30 additions and 37 deletions

View File

@ -198,13 +198,15 @@ Activate this advice with:
-q or -Q, for example:
emacs -Q -l init.el -f doom-run-all-startup-hooks-h"
(setq after-init-time (current-time))
(setq after-init-time (current-time)
doom-init-time (current-time))
(let ((inhibit-startup-hooks nil))
(doom-run-hooks 'after-init-hook
'delayed-warnings-hook
'emacs-startup-hook
'tty-setup-hook
'window-setup-hook)))
'window-setup-hook
'doom-after-init-hook)))
;;