mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
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 and0ab6aba
should fix #5643. Fix #5643 Ref0ab6aba056
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user