diff --git a/init.el b/init.el index 2a50d98..0b02bf1 100644 --- a/init.el +++ b/init.el @@ -992,9 +992,7 @@ :after projectile :config - (setq dashboard-items '((recents . 5) - (bookmarks . 5) - (projects . 5))) + (add-to-list 'dashboard-items '(projects . 5) t) (dashboard-setup-startup-hook)) (use-package csharp-mode