Add Org agenda and dashboard integration

This commit is contained in:
Fabio Scotto di Santolo
2026-04-19 21:36:14 +02:00
parent 74c95be7f7
commit 949d69c71b
3 changed files with 34 additions and 7 deletions

View File

@@ -11,8 +11,13 @@
dashboard-center-content t
dashboard-set-heading-icons t
dashboard-set-file-icons t
dashboard-items '((recents . 8)
(projects . 5)))
dashboard-path-style 'truncate-middle
dashboard-path-max-length 60
dashboard-week-agenda t
dashboard-agenda-prefix-format " %-10:c %s "
dashboard-agenda-time-string-format "%a %d %b"
dashboard-items '((recents . 8)
(agenda . 5)))
:config
(dashboard-setup-startup-hook))