org-agenda: Add missed key binding for pomodoro

This commit is contained in:
Mikhail Skorzhinskiy 2016-06-27 18:20:21 +03:00 committed by syl20bnr
parent 66a628a599
commit ac3ba006a5
2 changed files with 2 additions and 0 deletions

View File

@ -344,6 +344,7 @@ The evilified org agenda supports the following bindings:
| ~SPC m f~ | org-agenda-set-effort |
| ~SPC m I~ | org-agenda-clock-in |
| ~SPC m O~ | org-agenda-clock-out |
| ~SPC m p~ | org-pomodoro |
| ~SPC m P~ | org-agenda-set-property |
| ~SPC m q~ | org-agenda-refile |
| ~SPC m Q~ | org-agenda-clock-cancel |

View File

@ -343,6 +343,7 @@ Will work on both org-mode and any mode that accepts plain html."
"f" 'org-agenda-set-effort
"I" 'org-agenda-clock-in
"O" 'org-agenda-clock-out
"p" 'org-pomodoro
"P" 'org-agenda-set-property
"q" 'org-agenda-refile
"Q" 'org-agenda-clock-cancel