This commit is contained in:
Andros Fenollosa 2024-01-02 16:45:15 +01:00
parent d964dc2ec9
commit 086a408a10
3 changed files with 20 additions and 1 deletions

20
README.md Normal file
View 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)
```

BIN
demo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -345,4 +345,3 @@
(provide 'learning-irregular-verbs-in-English)
;;; learning-irregular-verbs-in-English.el ends here
(learning-irregular-verbs-in-English)