diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-07-13 16:45:38 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-07-13 16:45:38 +0100 |
commit | 68297fa60a7cf65d8b6e998420ddb888cfa27d0c (patch) | |
tree | 92faab186412883b6a3f5dd34127c202f22b4dd7 /emacs-prelude/personal/lisp/init-dashboard.el | |
parent | 2dfd062a9183ace11d70f71650b8a69429e12e0f (diff) | |
download | dotfiles-68297fa60a7cf65d8b6e998420ddb888cfa27d0c.tar.gz |
More emacs.d updates
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) |