From fbf9010c80ac4a11f1ced1da22bc8a42019abf82 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 7 Nov 2019 18:43:46 -0500 Subject: [PATCH] Log benchmark whether or not dashboard is enabled --- modules/ui/doom-dashboard/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 87f12df10..7df29520c 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -128,8 +128,6 @@ 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) -(unless doom-debug-mode - (remove-hook 'window-setup-hook #'doom-display-benchmark-h)) ;;