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 | |
| parent | 7b761646436803090b8e1e9f6a77b1cbc8c348ae (diff) | |
| download | dotemacs-e49a8fc30fb5a428310646a4d6cc29b6d3fa78fc.tar.gz dotemacs-e49a8fc30fb5a428310646a4d6cc29b6d3fa78fc.zip | |
dashboard open is now f9; updated tasks
| -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 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) @@ -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] |
