mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove redundant reload in +doom-dashboard/open
This commit is contained in:
@ -5,5 +5,4 @@
|
|||||||
"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-fallback-buffer))
|
(switch-to-buffer (doom-fallback-buffer))))
|
||||||
(+doom-dashboard-reload)))
|
|
||||||
|
Reference in New Issue
Block a user