Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 827 Bytes

README.org

File metadata and controls

25 lines (18 loc) · 827 Bytes

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.

Installation

Simply place pomodoro.el in your Emacs load path and add

(require 'pomodoro)

to your .emacs

Usage

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.)

Customization

Several customizations are available through M-x customize-group RET pomodoro RET