lang/org: bind <localleader>cr -> org-clock-report

This commit is contained in:
Henrik Lissner 2019-11-10 13:42:14 -05:00
parent f5d651eae7
commit 89893719dc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -669,6 +669,7 @@ between the two."
"l" #'org-clock-in-last
"g" #'org-clock-goto
"G" (λ! (org-clock-goto 'select))
"r" #'org-clock-report
"x" #'org-clock-cancel
"=" #'org-clock-timestamps-up
"-" #'org-clock-timestamps-down)