Clean the dashboard by removing all items

This commit is contained in:
Howard Abrams 2023-09-08 22:01:00 -07:00
parent a8f9f87967
commit 1e2f016c5f

View file

@ -143,9 +143,10 @@ The [[https://github.com/emacs-dashboard/emacs-dashboard][emacs-dashboard]] proj
dashboard-center-content t
dashboard-set-init-info t
dashboard-projects-switch-function 'projectile-persp-switch-project
dashboard-items '((projects . 5)
dashboard-items '(;; (projects . 5)
;; (agenda . 5)
(bookmarks . 5))
;; (bookmarks . 5)
)
dashboard-set-heading-icons t
dashboard-footer-messages (list (ha--dad-joke)))