mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
If an init-hook dies in the forest, does it make a sound?
This commit is contained in:
@ -179,8 +179,9 @@ enable multiple minor modes for the same regexp.")
|
|||||||
|
|
||||||
(defun doom|finalize ()
|
(defun doom|finalize ()
|
||||||
(unless doom-init-p
|
(unless doom-init-p
|
||||||
(run-hooks 'doom-init-hook)
|
(with-demoted-errors "INIT ERROR: %s"
|
||||||
(run-hooks 'doom-post-init-hook)
|
(run-hooks 'doom-init-hook)
|
||||||
|
(run-hooks 'doom-post-init-hook))
|
||||||
|
|
||||||
;; Don't keep gc-cons-threshold too high. It helps to stave off the GC while
|
;; Don't keep gc-cons-threshold too high. It helps to stave off the GC while
|
||||||
;; Emacs starts up, but afterwards it causes stuttering and random freezes.
|
;; Emacs starts up, but afterwards it causes stuttering and random freezes.
|
||||||
|
Reference in New Issue
Block a user