mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -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'."
|
||||
|
Reference in New Issue
Block a user