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:
Andrew Whatson 2019-03-15 13:49:11 +10:00
parent f7a92ac7d5
commit 910bfc41cc

View file

@ -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)
;; ;;