Update dashboard on +doom-dashboard/open

This commit is contained in:
Henrik Lissner 2018-07-10 17:46:31 +02:00
parent 616c48bd62
commit 043dc4e875
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -5,7 +5,8 @@
"Switch to the dashboard in the current window, of the current FRAME." "Switch to the dashboard in the current window, of the current FRAME."
(interactive (list (selected-frame))) (interactive (list (selected-frame)))
(with-selected-frame frame (with-selected-frame frame
(switch-to-buffer (+doom-dashboard-initial-buffer)))) (switch-to-buffer (+doom-dashboard-initial-buffer))
(+doom-dashboard-reload t)))
;;;###autoload ;;;###autoload
(defun +doom-dashboard/forward-button (n) (defun +doom-dashboard/forward-button (n)