mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user