diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-07-03 21:02:12 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-07-03 21:02:12 +0100 |
commit | 3fbaf487183e7b7e3785628ab8ed6290ddd94fd7 (patch) | |
tree | 10c7e584e5b1e054dea84dd4d8fa8c397f0a1519 /emacs-prelude/personal/lisp/init-dashboard.el | |
parent | b5e8c2052c43e9865aad35380ff0b36cabae19d2 (diff) | |
download | dotfiles-3fbaf487183e7b7e3785628ab8ed6290ddd94fd7.tar.gz |
Update emacs prelude config
Diffstat (limited to 'emacs-prelude/personal/lisp/init-dashboard.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-dashboard.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-prelude/personal/lisp/init-dashboard.el b/emacs-prelude/personal/lisp/init-dashboard.el index 7256c37..2c44ac6 100644 --- a/emacs-prelude/personal/lisp/init-dashboard.el +++ b/emacs-prelude/personal/lisp/init-dashboard.el @@ -3,7 +3,7 @@ :init (setq dashboard-center-content t dashboard-set-footer nil - dashboard-items '((recents . 5) + dashboard-items '((recents . 15) (bookmarks . 5) (projects . 5) (agenda . 5) |