This commit is contained in:
Andros Fenollosa
2024-02-16 10:52:51 +01:00
parent 07c61db35f
commit 30c9a48397
3 changed files with 29 additions and 26 deletions

View File

@ -34,10 +34,19 @@ Only available in Spanish (at the moment).
(setq lirve--show-translation 'es)
```
I also recommend creating a function to make it easier to remember the command.
```elisp
(defun learning-irregular-verbs-in-english ()
"Start Lirve."
(interactive)
(lirve))
```
## Usage
```
M-x learning-irregular-verbs-in-english
M-x lirve
```
## Controls