Add benchmark hook & restore switch earlier

If the user wants to remove them for some reason.
This commit is contained in:
Henrik Lissner 2019-12-29 18:47:12 -05:00
parent 0ac7facea7
commit b63ce98731
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 6 additions and 4 deletions

View file

@ -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))