diff --git a/configuration.org b/configuration.org index 2250553..bc979b8 100644 --- a/configuration.org +++ b/configuration.org @@ -2147,7 +2147,18 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca projectile :config (add-to-list 'dashboard-items '(projects . 5) t) - (dashboard-setup-startup-hook)) + (dashboard-setup-startup-hook) + (dashboard-modify-heading-icons '((recents . "file-text") + (bookmarks . "book"))) + :custom + (dashboard-set-heading-icons t) + (dashboard-set-file-icons t) + (dashboard-center-content t) + (dashboard-set-navigator t) + (dashboard-items '((agenda . 5) + (projects . 5) + (recents . 5) + (bookmarks . 5)))) #+END_SRC ** Hungarian holidays in the Calendar