Disable benchmark in minibuffer if dashboard is enabled

Redundant; also, printing to minibuffer during startup is somewhat
expensive.
This commit is contained in:
Henrik Lissner 2019-10-06 02:28:44 -04:00
parent bb5ff21203
commit 05f458a75b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -129,6 +129,7 @@ PLIST can have the following properties:
(add-hook 'persp-before-switch-functions #'+doom-dashboard--persp-record-project-h))) (add-hook 'persp-before-switch-functions #'+doom-dashboard--persp-record-project-h)))
(add-hook 'doom-init-ui-hook #'+doom-dashboard-init-h) (add-hook 'doom-init-ui-hook #'+doom-dashboard-init-h)
(remove-hook 'window-setup-hook #'doom-display-benchmark-h)
;; ;;