diff options
| author | Craig Jennings <c@cjennings.net> | 2025-06-07 18:29:42 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-06-07 18:29:42 -0500 |
| commit | e49a8fc30fb5a428310646a4d6cc29b6d3fa78fc (patch) | |
| tree | fab3ef0d9d1dab8623f3c05c1c6c0fd2765b8b62 /modules | |
| parent | 7b761646436803090b8e1e9f6a77b1cbc8c348ae (diff) | |
| download | dotemacs-e49a8fc30fb5a428310646a4d6cc29b6d3fa78fc.tar.gz dotemacs-e49a8fc30fb5a428310646a4d6cc29b6d3fa78fc.zip | |
dashboard open is now f9; updated tasks
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dashboard-config.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 ("<f9>" . dashboard-open) :custom (dashboard-projects-backend 'projectile) |
