From 883e69f96b3a0c47842febaceb4fd6399c2f9191 Mon Sep 17 00:00:00 2001 From: tavo-wasd <gustavo@gustavocalvo.xyz> Date: Wed, 3 Jul 2024 16:29:02 -0600 Subject: [PATCH] 5 is to few --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index f2b1f93..3ab9a61 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -105,7 +105,7 @@ (setq dashboard-startup-banner "~/.config/emacs/banner.txt") (setq dashboard-banner-logo-title "✨ M'illumino d'immenso ✨"))) - (setq dashboard-items '((recents . 5))) + (setq dashboard-items '((recents . 10))) :config (dashboard-setup-startup-hook))