From e49a8fc30fb5a428310646a4d6cc29b6d3fa78fc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 7 Jun 2025 18:29:42 -0500 Subject: dashboard open is now f9; updated tasks --- modules/dashboard-config.el | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index 79656d87..ee8d9c2c 100644 --- a/modules/dashboard-config.el +++ b/modules/dashboard-config.el @@ -64,6 +64,7 @@ (use-package dashboard :demand t ;; needed to startup quickly + :bind ("" . dashboard-open) :custom (dashboard-projects-backend 'projectile) -- cgit v1.2.3