From d00e4a0cec01deaefac8d633f781ac555b77d08d Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 2 Dec 2016 14:38:49 +0100 Subject: [PATCH] Fix dashboard config Instead of overriding the dashboard-items list, add new items to it. --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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