Fix wrong defaults for frequently used shortcuts

This commit is contained in:
Daniel Borchmann 2024-07-08 13:59:22 +02:00
parent 7309cee413
commit a3e6130056
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -140,11 +140,11 @@ in the main agenda view."
'(("Mail" ?m db/gnus) '(("Mail" ?m db/gnus)
("Agenda" ?a db/org-agenda) ("Agenda" ?a db/org-agenda)
("Init File" ?i db/find-user-init-file) ("Init File" ?i db/find-user-init-file)
("Main Org File" ?o #'(lambda () (interactive) (find-file db/org-default-org-file))) ("Main Org File" ?o (lambda () (interactive) (find-file db/org-default-org-file)))
("EMMS" ?M emms) ("EMMS" ?M emms)
("Shell" ?s db/run-or-hide-shell) ("Shell" ?s db/run-or-hide-shell)
("EShell" ?e db/run-or-hide-eshell) ("EShell" ?e db/run-or-hide-eshell)
("Refile File" ?r #'(lambda () (interactive) (find-file db/org-default-refile-file))) ("Refile File" ?r (lambda () (interactive) (find-file db/org-default-refile-file)))
("Goto Currnet Clock" ?c db/org-clock-goto-first-open-checkbox) ("Goto Currnet Clock" ?c db/org-clock-goto-first-open-checkbox)
("Info Lookup" ?I info-lookup-symbol) ("Info Lookup" ?I info-lookup-symbol)
("Unicode Lookup" ?U insert-char) ("Unicode Lookup" ?U insert-char)