mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Initialize doom-init-time a little sooner (#106)
This commit is contained in:
@ -305,7 +305,7 @@ byte-compilation."
|
||||
(unless (server-running-p)
|
||||
(server-start)))
|
||||
|
||||
(add-hook 'doom-post-init-hook #'doom--display-benchmark))))
|
||||
(add-hook 'doom-init-hook #'doom--display-benchmark t))))
|
||||
|
||||
(defmacro def-package! (name &rest plist)
|
||||
"A thin wrapper around `use-package'."
|
||||
|
@ -61,7 +61,7 @@
|
||||
(when (equal (buffer-name) "*scratch*")
|
||||
(switch-to-buffer (doom-fallback-buffer))))
|
||||
|
||||
(add-hook 'window-setup-hook #'+doom-dashboard|init)
|
||||
(add-hook 'doom-post-init-hook #'+doom-dashboard|init)
|
||||
|
||||
;; Compatibility with `midnight-mode' and `clean-buffer-list'
|
||||
(after! midnight-mode
|
||||
|
Reference in New Issue
Block a user