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:
parent
0ab6aba056
commit
e431dbc138
2 changed files with 3 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue