Remove redundant reload in +doom-dashboard/open
This commit is contained in:
parent
ab180cd51e
commit
facd83a54b
1 changed files with 1 additions and 2 deletions
|
@ -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)))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue