From b5be01b19ace132d08863f88688cdefe73de4818 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 7 Jul 2025 17:53:27 +0200 Subject: [PATCH] Add shortcut for switching to projects --- site-lisp/db-customize.el | 1 + 1 file changed, 1 insertion(+) diff --git a/site-lisp/db-customize.el b/site-lisp/db-customize.el index 35ed5ce..7512e52 100644 --- a/site-lisp/db-customize.el +++ b/site-lisp/db-customize.el @@ -156,6 +156,7 @@ in the main agenda view." ("EMMS" ?M emms) ("Shell" ?s project-shell) ("EShell" ?e project-eshell) + ("Project" ?p project-switch-project) ("Refile File" ?r db/find-default-refile-file) ("Goto Currnet Clock" ?c db/org-clock-goto-first-open-checkbox) ("Info Lookup" ?I info-lookup-symbol)