diff --git a/site-lisp/db-customize.el b/site-lisp/db-customize.el index dde0e41..6023d24 100644 --- a/site-lisp/db-customize.el +++ b/site-lisp/db-customize.el @@ -155,8 +155,8 @@ in the main agenda view." ("Init File" ?i db/find-user-init-file) ("Main Org File" ?o (lambda () (interactive) (find-file db/org-default-org-file))) ("EMMS" ?M emms) - ("Shell" ?s db/run-or-hide-shell) - ("EShell" ?e db/run-or-hide-eshell) + ("Shell" ?s project-shell) + ("EShell" ?e project-eshell) ("Refile File" ?r (lambda () (interactive) (find-file db/org-default-refile-file))) ("Goto Currnet Clock" ?c db/org-clock-goto-first-open-checkbox) ("Info Lookup" ?I info-lookup-symbol)