mhayashi1120 / Emacs-langtool

LanguageTool for Emacs
GNU General Public License v3.0
377 stars 31 forks source link

Mention MELPA #35

Closed timmli closed 1 year ago

timmli commented 5 years ago

You could mention that langtool is available through MELPA: https://melpa.org/#/langtool

(use-package langtool
    :ensure t
    :config (setq langtool-language-tool-jar "/path/to/languagetool-commandline.jar"))