From dbd6982e0652ac22be763352ccacd12d9acf4633 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 17 Apr 2018 21:27:11 -0400 Subject: [PATCH] ui/doom-dashboard: don't open dashboard over files via emacsclient #523 --- modules/ui/doom-dashboard/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))