add readme
This commit is contained in:
parent
73093bdb22
commit
7c5dacf357
2 changed files with 9 additions and 2 deletions
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# pomodoro-mode
|
||||
|
||||
Add a simple [pomodoro](https://en.wikipedia.org/wiki/Pomodoro_Technique) 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
|
||||
```cl
|
||||
(use-package pomodoro-mode
|
||||
:ensure (pomodoro-mode :host github :repo "jjanzenn/pomodoro-mode"))
|
||||
```
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
;;; Commentary:
|
||||
;; This package provides a minor mode to add a simple pomodoro timer to your mode-line.
|
||||
;; To activate it, run `M-x pomodoro-global-mode`.
|
||||
;; To turn it off, run `M-x pomodoro-global-mode` once again.
|
||||
;; To activate it, run `M-x pomodoro-mode`.
|
||||
;; To turn it off, run `M-x pomodoro-mode` once again.
|
||||
|
||||
;;;###autoload
|
||||
(defgroup pomodoro nil
|
||||
|
|
Loading…
Add table
Reference in a new issue