From cf7fc5c8ac0e845f0ff75a0b3510fbf93d97c0b1 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 10 Mar 2025 00:15:18 +0200 Subject: dashboard: Explicitly set dashboard-remove-missing-entry to nil --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 662e5b9..54ca9ff 100644 --- a/init.el +++ b/init.el @@ -256,6 +256,7 @@ (dashboard-startup-banner (expand-file-name "logo.png" user-emacs-directory)) (dashboard-items '((projects . 5) (recents . 5) (bookmarks . 5))) (dashboard-projects-backend 'project-el) + (dashboard-remove-missing-entry nil) (dashboard-set-heading-icons t) (dashboard-set-file-icons t) (dashboard-set-init-info t) -- cgit v1.2.3