Add shortcuts for main Org Mode files

Usually, only one of them is used.  Maybe one day I have to replace the two
files (or, more precisely, the custom variables pointing to them) by a single
one.  But then, having two files, and also two shortcuts, also remindes me of
whether I am at home or at work, and that's quite significant, isn't it?
This commit is contained in:
Daniel - 2020-08-27 12:05:52 +02:00
parent 2791b837d2
commit 77ca64de3b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ in the main agenda view."
'(("Mail" ?m db/gnus)
("Agenda" ?a db/org-agenda)
("Init File" ?i db/find-user-init-file)
("Home Org File" ?h #'(lambda () (interactive) (find-file db/org-default-home-file)))
("Work Org File" ?w #'(lambda () (interactive) (find-file db/org-default-work-file)))
("EMMS" ?M emms)
("Shell" ?s db/run-or-hide-shell)
("EShell" ?e db/run-or-hide-eshell)