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:
parent
2ea26be188
commit
61b3964224
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user