mirror of
https://github.com/tanrax/lirve.el.git
synced 2025-07-26 00:13:35 +02:00
Linting
This commit is contained in:
11
README.md
11
README.md
@ -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
|
||||
|
Reference in New Issue
Block a user