reverso.el

1 · Korytov Pavel · Aug. 28, 2022, midnight
Emacs client for Reverso. The implemented features are: Translation Context (AKA bilingual concordances) Grammar check Synonyms search Installation The package isn’t yet available anywhere but in this repository. My preferred way for such cases is use-package and straight.el: (use-package reverso :straight (:host github :repo "SqrtMinusOne/reverso.el")) Or clone the repository, add it to the load-path and require the package. Usage There’s a single entrypoint for all implemented functions: M...