From 50e37aa28f206db5e856d170e81190b5cdefe982 Mon Sep 17 00:00:00 2001 From: Binbin Ye Date: Fri, 5 Apr 2024 17:19:14 +0900 Subject: [PATCH] restore missing project list in dashboard, start showing daily hints --- core/fate-ui.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/fate-ui.el b/core/fate-ui.el index f6b4534..936de95 100644 --- a/core/fate-ui.el +++ b/core/fate-ui.el @@ -107,6 +107,8 @@ (dashboard-set-init-info t) (dashboard-projects-switch-function 'find-file) (dashboard-icon-type 'nerd-icons) + (dashboard-projects-backend 'projectile) + (dashboard-footer-messages '("Start and finish recording keyboard macros: c-x (, c-x )")) :config (progn (setq dashboard-items '((recents . 10)