From 043dc4e8752463203551092b94831981bed39dda Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 10 Jul 2018 17:46:31 +0200 Subject: [PATCH] Update dashboard on +doom-dashboard/open --- modules/ui/doom-dashboard/autoload.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/autoload.el b/modules/ui/doom-dashboard/autoload.el index b003edbf1..63a55b153 100644 --- a/modules/ui/doom-dashboard/autoload.el +++ b/modules/ui/doom-dashboard/autoload.el @@ -5,7 +5,8 @@ "Switch to the dashboard in the current window, of the current FRAME." (interactive (list (selected-frame))) (with-selected-frame frame - (switch-to-buffer (+doom-dashboard-initial-buffer)))) + (switch-to-buffer (+doom-dashboard-initial-buffer)) + (+doom-dashboard-reload t))) ;;;###autoload (defun +doom-dashboard/forward-button (n)