diff --git a/README.org b/README.org index 21e7f06..36ed0aa 100644 --- a/README.org +++ b/README.org @@ -1370,9 +1370,7 @@ Present a dashboard when first launching Emacs. Customize the buttons of the nav (dashboard-set-navigator t) (dashboard-startup-banner 'logo) (dashboard-projects-backend 'projectile) - (dashboard-items '((projects . 5) - (recents . 5) - (agenda . 5))) + (dashboard-items '((projects . 5) (recents . 5) (agenda . 10))) (dashboard-navigator-buttons `(((,(all-the-icons-fileicon "brain" :height 1.1 :v-adjust 0.0) "Brain" "Knowledge base" (lambda (&rest _) (browse-url "http://localhost:8080")))) diff --git a/modules/interface.el b/modules/interface.el index 4be2e09..44746bb 100644 --- a/modules/interface.el +++ b/modules/interface.el @@ -62,9 +62,7 @@ (dashboard-set-navigator t) (dashboard-startup-banner 'logo) (dashboard-projects-backend 'projectile) - (dashboard-items '((projects . 5) - (recents . 5) - (agenda . 5))) + (dashboard-items '((projects . 5) (recents . 5) (agenda . 10))) (dashboard-navigator-buttons `(((,(all-the-icons-fileicon "brain" :height 1.1 :v-adjust 0.0) "Brain" "Knowledge base" (lambda (&rest _) (browse-url "http://localhost:8080"))))