diff options
Diffstat (limited to 'emacs-prelude/personal/lisp/init-dashboard.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-dashboard.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs-prelude/personal/lisp/init-dashboard.el b/emacs-prelude/personal/lisp/init-dashboard.el index 68dbed6..4bbf04f 100644 --- a/emacs-prelude/personal/lisp/init-dashboard.el +++ b/emacs-prelude/personal/lisp/init-dashboard.el @@ -3,7 +3,9 @@ :init (setq dashboard-center-content t dashboard-set-footer nil + dashboard-week-agenda t dashboard-projects-backend 'projectile + dashboard-projects-switch-function 'projectile-persp-switch-project dashboard-items '((recents . 15) (bookmarks . 5) (projects . 5) |