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:
parent
f7a92ac7d5
commit
910bfc41cc
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ PLIST can have the following properties:
|
||||||
return t)))
|
return t)))
|
||||||
#'+doom-dashboard-initial-buffer))
|
#'+doom-dashboard-initial-buffer))
|
||||||
|
|
||||||
(add-hook 'window-setup-hook #'+doom-dashboard|init)
|
(add-hook! :append 'window-setup-hook #'+doom-dashboard|init)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue