List on Non-GNU ELPA
dannyfreeman opened this issue · 5 comments
dannyfreeman commented
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
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
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:
```emacs-lisp
("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](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65241), 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
Awesome, thanks!
manuel-uberti commented
I see it is now available on NonGNU ELPA. Thanks a lot for this.
dannyfreeman commented
Of course, thank you for reminding me to do it.