mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add benchmark hook & restore switch earlier
If the user wants to remove them for some reason.
This commit is contained in:
4
init.el
4
init.el
@ -50,6 +50,4 @@
|
||||
(if noninteractive
|
||||
(doom-initialize-packages)
|
||||
(doom-initialize-core)
|
||||
(doom-initialize-modules)
|
||||
(add-hook 'window-setup-hook #'doom-display-benchmark-h)
|
||||
(add-to-list 'command-switch-alist (cons "--restore" #'doom-restore-session-handler)))
|
||||
(doom-initialize-modules))
|
||||
|
Reference in New Issue
Block a user