Minor changes
All checks were successful
/ Test config on 20 (push) Successful in 27s

This commit is contained in:
Maciej 2024-11-04 08:05:39 +02:00
parent a68257ee41
commit 42ccce60bd
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 183 additions and 165 deletions

View file

@ -15,13 +15,15 @@
:hook
((elpaca-after-init . dashboard-open))
:config
(setopt dashboard-footer-messages '("Happy coding!" "I showed you my source code, pls respond"))
;; setopt gives a warning here, so let's use setq
(setq dashboard-footer-messages '("Happy coding!"
"I showed you my source code, pls respond"))
(setopt dashboard-startup-banner 'logo)
(setopt dashboard-items '((recents . 5)
;; (bookmarks . 5)
;; (agenda . 5)
;; (registers . 5)
(projects . 5)))
;; (bookmarks . 5)
;; (agenda . 5)
;; (registers . 5)
(projects . 5)))
(dashboard-setup-startup-hook))
(provide 'icejam-dashboard)