mirror of
https://github.com/tanrax/lirve.el.git
synced 2024-11-14 09:25:41 +01:00
Add docs
This commit is contained in:
parent
d964dc2ec9
commit
086a408a10
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Learn irregular English verbs in Emacs
|
||||
## learning-irregular-verbs-in-English.el
|
||||
|
||||
![Demo](demo.png)
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
M-x learning-irregular-verbs-in-English
|
||||
```
|
||||
|
||||
## Install
|
||||
|
||||
Add in your `init.el`.
|
||||
|
||||
```elisp
|
||||
(use-package learning-irregular-verbs-in-English
|
||||
:straight (:host github :repo "tanrax/learning-irregular-verbs-in-English.el" :files ("learning-irregular-verbs-in-English.el"))
|
||||
:ensure t)
|
||||
```
|
@ -345,4 +345,3 @@
|
||||
(provide 'learning-irregular-verbs-in-English)
|
||||
|
||||
;;; learning-irregular-verbs-in-English.el ends here
|
||||
(learning-irregular-verbs-in-English)
|
||||
|
Loading…
Reference in New Issue
Block a user