From e5178b2755ae5e4a22a9f50c8f9d47099fc56483 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 7 Jan 2025 17:02:41 +0000 Subject: [PATCH] Remove projects from dashboard --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 7d18b0d..4c28635 100644 --- a/init.el +++ b/init.el @@ -119,8 +119,7 @@ (dashboard-week-agenda t) (dashboard-agenda-sort-strategy '(todo-state-up time-up)) (dashboard-agenda-tags-format 'ignore) - (dashboard-items '((agenda . 20) - (projects . 20))) + (dashboard-items '((agenda . 30))) (dashboard-heading-icons '((recents . "nf-oct-history") (bookmarks . "nf-oct-bookmark") (agenda . "nf-oct-calendar")