Minorly simplify definition of Org linking hydra

This way, the help buffer of the hydra provides a link to the underlying
function.
This commit is contained in:
Daniel - 2021-03-27 09:48:55 +01:00
parent 22058b1568
commit 00ca4c0276
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ Add link at point to …
_O_ther item (from all Org mode text search files)
Show _b_acklinks to current item."
("c" (db/org-add-link-to-current-clock))
("c" db/org-add-link-to-current-clock)
("o" (db/org-add-link-to-other-item nil))
("O" (db/org-add-link-to-other-item t))
("b" db/org-find-links-to-current-item))