mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Initialize dashboard later in window-setup-hook
Since bb3f027c
moved `projectile-mode` into `doom-init-ui-hook`,
projectile was getting initialized after the dashboard. This means for
non-evil users, the `C-c p p` binding is not shown, because it's not yet
loaded.
This commit is contained in:
@ -114,7 +114,7 @@ PLIST can have the following properties:
|
||||
return t)))
|
||||
#'+doom-dashboard-initial-buffer))
|
||||
|
||||
(add-hook 'window-setup-hook #'+doom-dashboard|init)
|
||||
(add-hook! :append 'window-setup-hook #'+doom-dashboard|init)
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user