From 9dc40b68d46730a845fd53076cfa62268b810063 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 16 Jan 2025 07:56:54 +0000 Subject: [PATCH] Remove recents from dashboard items --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 9432cc5..5cfd91d 100644 --- a/init.el +++ b/init.el @@ -138,7 +138,7 @@ (dashboard-week-agenda t) (dashboard-agenda-sort-strategy '(time-up)) (dashboard-agenda-tags-format 'ignore) - (dashboard-items '((recents . 10) (agenda . 30))) + (dashboard-items '((agenda . 20))) (dashboard-heading-icons '((recents . "nf-oct-history") (bookmarks . "nf-oct-bookmark") (agenda . "nf-oct-calendar")