What could be better than doing what you like with your favorite *system*. Here comes Pomodoro within Emacs.
Simply clone this repository to your favorite directory in load-path
:
git clone https://github.com/tkhoa2711/pomodoro.el.git ~/.emacs.d/elisp/
In Emacs:
M-x pomodoro-work
When you're done for the day:
M-x pomodoro-stop
To start working immediately when your Emacs starts up, put this line some where in your emacs init file:
(pomodoro-work)
MIT License