ui/doom-dashboard: don't open dashboard over files via emacsclient #523

This commit is contained in:
Henrik Lissner 2018-04-17 21:27:11 -04:00
parent 4fc990127c
commit dbd6982e06
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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))))