A timer for the Pomodoro Technique http://www.pomodorotechnique.com
This pomodoro implementation is based on the ideas of Dave Kerschner’s pomodoro.el which you can get from here.
Simply place pomodoro.el in your Emacs load path and add
(require 'pomodoro)
to your .emacs
Use M-x pomodoro-start
to start. This will cause a timer to appear
in the mode line. When the timer runs down a break period will
start. You stop your pomodoro cycles with M-x pomodoro-stop
.
A read only buffer, by default called *pomodoros*
, will keep track
of your progress (when a pomodoro start, finish, etc.)
Several customizations are available through M-x customize-group
RET pomodoro RET