Use project.el to pop up shell buffers from shortcuts

The default binding for my shortcuts might be easier to use … ?
This commit is contained in:
Daniel Borchmann 2025-05-28 15:54:17 +02:00
parent 2ea26be188
commit 61b3964224
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -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)