Fix wrong defaults for frequently used shortcuts
This commit is contained in:
parent
7309cee413
commit
a3e6130056
@ -140,11 +140,11 @@ in the main agenda view."
|
||||
'(("Mail" ?m db/gnus)
|
||||
("Agenda" ?a db/org-agenda)
|
||||
("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)
|
||||
("Shell" ?s db/run-or-hide-shell)
|
||||
("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)
|
||||
("Info Lookup" ?I info-lookup-symbol)
|
||||
("Unicode Lookup" ?U insert-char)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user