nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
596 stars 113 forks source link

Bump version to 0.2 for NonGNU ELPA #189

Closed skangas closed 2 years ago

skangas commented 2 years ago

Hi!

I am investigating if we could add this package to NonGNU ELPA (see link), a new Emacs Lisp package archive that will be enabled by default in Emacs 28. This means that users of that version or later will be able to install this package without any configuration: they can just run M-x list-packages and install it out of the box. We hope that this will improve Emacs and help bring new users to this package and others.

The main difference between NonGNU ELPA and MELPA is that only stable versions of packages are released. A new release will be made automatically when you bump the "Version" commentary header in this repository, as I do in this commit. In the future, you can bump the package version (thereby releasing a new version) when you think it makes sense and at your convenience.

Please let me know if you have any questions about NonGNU ELPA.

Thanks!

nashamri commented 2 years ago

Hello @skangas sorry for being late on this PR, yeah this sounds good, this theme was kind of in a rolling state since it's inception :smile:. Thanks for this :+1:

skangas commented 2 years ago

Thanks! I've added the package to NonGNU ELPA and it should show up within 24 hours or so.