Closed dannyfreeman closed 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.
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
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.
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.