Allow access to Org link management via my usual Org keymap prefix

This is for consistency.
This commit is contained in:
Daniel - 2024-01-06 12:18:35 +01:00
parent dc841d4790
commit cdb4721589
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -3034,6 +3034,7 @@ eventuelly be set to nil, however)."
(bind-key "C-c n c" #'org-roam-capture)
(bind-key "C-c o c" #'hydra-org-clock/body)
(bind-key "C-c o j" #'hydra-org-jump/body)
(bind-key "C-c o l" #'hydra-org-linking/body)
(bind-key "C-c t" #'hydra-toggle/body)
(bind-key "C-h C-f" #'find-function)
(bind-key "C-h C-k" #'find-function-on-key)