summaryrefslogtreecommitdiff
path: root/dashboard.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-17 11:59:13 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-17 11:59:13 +0800
commit12c9b43c6606a90e2891d7da12d0d48bccb4aeeb (patch)
tree452420bcc8562ec9494fa279a777b527e756b108 /dashboard.el
parent295c15063a61a4066beec7f9b9b98d2cf65646f2 (diff)
dashboard: Add a binding for switching projects
* dashboard.el (dashboard-mode-map): This command becomes more and more indispensable for me.
Diffstat (limited to 'dashboard.el')
-rw-r--r--dashboard.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard.el b/dashboard.el
index 544bd3d..ebbefde 100644
--- a/dashboard.el
+++ b/dashboard.el
@@ -83,6 +83,7 @@ common functionalities more conveniently.")
(define-key dashboard-mode-map (vector ?g) #'gnus)
(define-key dashboard-mode-map (vector ?a) #'dashboard-org-agenda)
(define-key dashboard-mode-map (vector ?c) #'dashboard-clear)
+(define-key dashboard-mode-map (vector ?p) #'project-switch-project)
;; load Org if not loaded already