From 1e2f016c5fe75a3e1484e459b7a07d8ab34633cf Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 8 Sep 2023 22:01:00 -0700 Subject: [PATCH] Clean the dashboard by removing all items --- ha-dashboard.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ha-dashboard.org b/ha-dashboard.org index c85c6db..6ac7ef3 100644 --- a/ha-dashboard.org +++ b/ha-dashboard.org @@ -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)))