mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update dashboard on +doom-dashboard/open
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user