Merge pull request #2005 from RBckmnn/FixOrgAttach

lang/org: fix org-attach keybinds
This commit is contained in:
Henrik Lissner 2019-11-05 18:48:34 -05:00 committed by GitHub
commit 9cb535043c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -656,10 +656,10 @@ between the two."
"O" #'+org/refile-to-other-buffers
"r" #'org-refile) ; to all `org-refile-targets'
(:prefix ("a" . "attachments")
"a" #'org-attach/file
"u" #'org-attach/uri
"f" #'org-attach/find-file
"s" #'org-attach/sync)
"a" #'+org-attach/file
"u" #'+org-attach/uri
"f" #'+org-attach/find-file
"s" #'+org-attach/sync)
(:prefix ("c" . "clock")
"c" #'org-clock-in
"C" #'org-clock-out