clojure-emacs / clojure-ts-mode

The next generation Clojure major mode for Emacs, powered by TreeSitter
GNU General Public License v3.0
129 stars 11 forks source link

List on Non-GNU ELPA #8

Closed dannyfreeman closed 1 year ago

dannyfreeman commented 1 year ago

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.

manuel-uberti commented 1 year ago

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.

dannyfreeman commented 1 year ago

manuel-uberti @.***> writes:

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.

Thank you for your interest in this package! I'd say it is about as ready as ever to submit there, I have just been putting off doing it. pp I have made another release to simplify the number of :ignored-files that need to be specified in the nongnu-elpa patch. I can go ahead and submit it there. The people on the mailing list might request some changes anyways.

I'll try to submit it today, and when I do I'll CC you on the email.

Thank you, -- Danny Freeman

manuel-uberti commented 1 year ago

Awesome, thanks!

manuel-uberti commented 1 year ago

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

dannyfreeman commented 1 year ago

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