From c3e1752df62cc86144092dec6f07da3838733480 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Date: Thu, 13 Feb 2020 11:31:41 +0800 Subject: [PATCH] Mute no project removed message. --- dashboard-widgets.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-widgets.el b/dashboard-widgets.el index 07a3c5d7..04877475 100644 --- a/dashboard-widgets.el +++ b/dashboard-widgets.el @@ -595,7 +595,8 @@ WIDGET-PARAMS are passed to the \"widget-create\" function." (defun dashboard-insert-projects (list-size) "Add the list of LIST-SIZE items of projects." (require 'projectile) - (projectile-cleanup-known-projects) + (let ((inhibit-message t) (message-log-max nil)) + (projectile-cleanup-known-projects)) (projectile-load-known-projects) (dashboard-insert-section "Projects:"