summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-06-07 18:29:42 -0500
committerCraig Jennings <c@cjennings.net>2025-06-07 18:29:42 -0500
commite49a8fc30fb5a428310646a4d6cc29b6d3fa78fc (patch)
treefab3ef0d9d1dab8623f3c05c1c6c0fd2765b8b62
parent7b761646436803090b8e1e9f6a77b1cbc8c348ae (diff)
downloaddotemacs-e49a8fc30fb5a428310646a4d6cc29b6d3fa78fc.tar.gz
dotemacs-e49a8fc30fb5a428310646a4d6cc29b6d3fa78fc.zip
dashboard open is now f9; updated tasks
-rw-r--r--modules/dashboard-config.el1
-rw-r--r--todo.org3
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)
diff --git a/todo.org b/todo.org
index 1131e288..d78037e3 100644
--- a/todo.org
+++ b/todo.org
@@ -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]