clojure-emacs/clojure-ts-mode

List on Non-GNU ELPA

dannyfreeman opened this issue · 5 comments

This package should be listed in the Non-GNU ELPA package repository. This will make the package easier to install for users who do not have MELPA configured.

Hi,

first of all thanks a lot for this package. In order to proceed with listing it on NonGNU ELPA, I think it should be enough to send a patch with the following content:

(clojure-ts-mode
 :url "https://github.com/clojure-emacs/clojure-ts-mode"
 :ignored-files ("doc" "test" "test.clj")
 :readme "README.md"
 :news "CHANGELOG.md")

Do you think the package is ready to be submitted there? Provided I find a way around this, I can do it if you want.

Awesome, thanks!

I see it is now available on NonGNU ELPA. Thanks a lot for this.

Of course, thank you for reminding me to do it.