Merge pull request #2061 from rgrinberg/set-effort

lang/org: bind <localleader> c E to org-set-effort
This commit is contained in:
Henrik Lissner 2019-11-15 02:17:08 -05:00 committed by GitHub
commit ab0a90cd21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -667,6 +667,7 @@ between the two."
"C" #'org-clock-out
"d" #'org-clock-mark-default-task
"e" #'org-clock-modify-effort-estimate
"E" #'org-set-effort
"l" #'org-clock-in-last
"g" #'org-clock-goto
"G" (λ! (org-clock-goto 'select))