No description
Find a file
2025-03-10 20:20:12 +00:00
LICENSE Create LICENSE 2025-03-10 20:20:12 +00:00
pomodoro-mode.el set default times correctly 2025-03-10 14:55:17 -05:00
README.md add readme 2025-03-10 14:45:12 -05:00

pomodoro-mode

Add a simple pomodoro timer to your Emacs mode-line. To run the timer, type M-x pomodoro-mode. To stop the timer, type M-x pomodoro-mode once again. The package is not on Melpa, but it is relatively easy to install in Emacs 30.1 with

(use-package pomodoro-mode
  :ensure (pomodoro-mode :host github :repo "jjanzenn/pomodoro-mode"))