Fine tune dashboard.el configuration

This commit is contained in:
Gergely Polonkai 2023-01-22 07:49:02 +01:00
parent 8ff7ed0c20
commit 49ec8abded
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 12 additions and 1 deletions

View File

@ -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