mhayashi1120 / Emacs-langtool

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

Adding langtool to NonGNU ELPA #67

Closed phikal closed 1 year ago

phikal commented 2 years ago

Hi,

would you be interested in having langtool added to NonGNU ELPA. It would allow more people to install stable releases of the package OOTB. It see that there there are a few issues with maintenance and a number of issues and pull requests that ought to be addressed. If you are OK with it, you could add me as a contributor to the GitHub project and I could try to address some of these to prepare a new release.

mhayashi1120 commented 1 year ago

I have been absent from Emacs for a while, so I am not familiar with the recent Emacs package situation, but from what I read here, I think melpa should be sufficient.

You could add following to your .emacs:

(add-to-list 'package-archives
             '("melpa" . "http://melpa.org/packages/") t)