mirror of
https://github.com/tanrax/lirve.el.git
synced 2024-11-09 23:35:42 +01:00
772 B
772 B
Learn irregular English verbs in Emacs
learning-irregular-verbs-in-english.el
Install
Add in your init.el
.
(use-package learning-irregular-verbs-in-english
:straight (:host github :repo "tanrax/learning-irregular-verbs-in-English.el" :files ("lirve--verbs.el" "lirve.el"))
:ensure t)
Configure (Optional)
Shows the translation of the verb when resolving or failing.
Only available in Spanish.
(setq lirve--show-translation 'es)
Usage
M-x learning-irregular-verbs-in-english
Controls
Key | Description |
---|---|
TAB |
Move to the next field |
S-TAB |
Move to the previous field |
RET |
Click on the button |
q |
Quit |