fix(doom-dashboard,workspaces): module init order

Change (and simplify) the load order of Doom's dashboard and persp-mode
so that the dashboard always initializes later. This and 0ab6aba should
fix #5643.

Fix #5643
Ref 0ab6aba056
This commit is contained in:
Henrik Lissner 2021-10-18 00:42:17 +02:00
parent 0ab6aba056
commit e431dbc138
2 changed files with 3 additions and 9 deletions

View file

@ -134,7 +134,7 @@ PLIST can have the following properties:
(add-hook 'persp-activated-functions #'+doom-dashboard-reload-maybe-h))
(add-hook 'persp-before-switch-functions #'+doom-dashboard--persp-record-project-h)))
(add-hook 'doom-init-ui-hook #'+doom-dashboard-init-h)
(add-hook 'doom-init-ui-hook #'+doom-dashboard-init-h 'append)
;;
;;; Faces