mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
💥 Rethink core hook order & naming
- doom-post-init-hook was renamed doom-init-modules-hook - doom-init-hook was renamed doom-before-init-modules-hook - doom-init-modules-hook now runs before the user's config.el is run - Moved doom-init-ui-hook to run later (on window-setup-hook rather than emacs-startup-hook). Yield a modest improvement in startup times.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
"If non-nil, obfuscate files and only show what projects you're working on.")
|
||||
|
||||
;;;###autoload
|
||||
(add-hook 'doom-post-init-hook #'+wakatime|delayed-autostart)
|
||||
(add-hook 'doom-init-modules-hook #'+wakatime|delayed-autostart)
|
||||
|
||||
;;;###autoload
|
||||
(defun +wakatime/setup ()
|
||||
|
Reference in New Issue
Block a user