ui/doom-dashboard: general refactor

Hopefully addresses #1170
This commit is contained in:
Henrik Lissner 2019-04-08 22:58:10 -04:00
parent 5f09c9c634
commit f934f38627
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 58 additions and 57 deletions

View file

@ -10,7 +10,7 @@
"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-fallback-buffer))
(+doom-dashboard-reload t)))
;;;###autoload