mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #1263 from flatwhatson/delay-dashboard-init
Initialize dashboard later on doom-init-ui-hook
This commit is contained in:
@ -114,7 +114,7 @@ PLIST can have the following properties:
|
|||||||
return t)))
|
return t)))
|
||||||
#'+doom-dashboard-initial-buffer))
|
#'+doom-dashboard-initial-buffer))
|
||||||
|
|
||||||
(add-hook 'doom-init-ui-hook #'+doom-dashboard|init)
|
(add-hook 'doom-init-ui-hook #'+doom-dashboard|init 'append)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user