Remove redundant reload in +doom-dashboard/open

This commit is contained in:
Henrik Lissner 2018-03-19 02:03:37 -04:00
parent ab180cd51e
commit facd83a54b
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -5,5 +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))
(+doom-dashboard-reload)))
(switch-to-buffer (doom-fallback-buffer))))