From 05f458a75ba6befeacd754b7b5bdc760d10a4db0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 6 Oct 2019 02:28:44 -0400 Subject: [PATCH] Disable benchmark in minibuffer if dashboard is enabled Redundant; also, printing to minibuffer during startup is somewhat expensive. --- modules/ui/doom-dashboard/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 1912b18b9..718f1d749 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -129,6 +129,7 @@ PLIST can have the following properties: (add-hook 'persp-before-switch-functions #'+doom-dashboard--persp-record-project-h))) (add-hook 'doom-init-ui-hook #'+doom-dashboard-init-h) +(remove-hook 'window-setup-hook #'doom-display-benchmark-h) ;;