diff options
| -rw-r--r-- | modules/dashboard-config.el | 1 | ||||
| -rw-r--r-- | todo.org | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index 79656d874..ee8d9c2cf 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) @@ -74,3 +74,6 @@ The file was created, but does not come to the front The category value seems unaligned ** TODO [#B] Emacs Eshell Doesn't Inherit Environment Variables ** TODO [#C] Rename 'sync-dir' Variable in Init File to 'org-dir' +** TODO Install ZOxide Integration into Emacs +[[https://gitlab.com/Vonfry/zoxide.el][Vonfry / zoxide.el ยท GitLab]] +Captured On: [2025-06-07 Sat 17:11] |
