Skip to content

Commit

Permalink
Update readme to new config
Browse files Browse the repository at this point in the history
Now it is needed to run function `pomodoro-add-to-mode-line` to
get the timer in the mode line.
  • Loading branch information
ljos committed Oct 24, 2012
1 parent 2c1e681 commit 5df5e0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Installation
======================

Simply place pomodoro.el in your Emacs load path
and add (require 'pomodoro) to your .emacs
and add

(require 'pomodoro)
(pomodoro-add-to-mode-line)

to your .emacs

Use M-x pomodoro-start to start the timer.
This will cause a timer to appear in the mode line.
Expand Down

0 comments on commit 5df5e0b

Please sign in to comment.