From facd83a54b208e7a01b9cfbb91772bccb23a773e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 19 Mar 2018 02:03:37 -0400 Subject: [PATCH] Remove redundant reload in +doom-dashboard/open --- modules/ui/doom-dashboard/autoload.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ui/doom-dashboard/autoload.el b/modules/ui/doom-dashboard/autoload.el index 9663671fc..da9c96d5f 100644 --- a/modules/ui/doom-dashboard/autoload.el +++ b/modules/ui/doom-dashboard/autoload.el @@ -5,5 +5,4 @@ "Switch to the dashboard in the current window, of the current FRAME." (interactive (list (selected-frame))) (with-selected-frame frame - (switch-to-buffer (doom-fallback-buffer)) - (+doom-dashboard-reload))) + (switch-to-buffer (doom-fallback-buffer))))