diff --git a/modules/ui/doom-dashboard/autoload.el b/modules/ui/doom-dashboard/autoload.el index da9c96d5f..26c0e4a0d 100644 --- a/modules/ui/doom-dashboard/autoload.el +++ b/modules/ui/doom-dashboard/autoload.el @@ -5,4 +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)))) + (switch-to-buffer (+doom-dashboard-initial-buffer))))