Configure Agenda dashboard.

This commit is contained in:
kj 2022-05-06 18:37:31 -04:00
parent d1c00e505c
commit 9166630294
1 changed files with 3 additions and 1 deletions

View File

@ -179,10 +179,12 @@
:defer t
:config
(setq dashboard-set-file-icons t)
(setq dashboard-set-heading-icons t)
(setq dashboard-set-file-icons t)
(setq dashboard-startup-banner
(expand-file-name "duck-small.png" user-emacs-directory))
(setq dashboard-items '(
;;(projects . 5)
(agenda . 10)
(recents . 10)
))
)