k-talo / volatile-highlights.el

Minor mode for visual feedback on some operations in Emacs. STATUS: *STABLE*
135 stars 18 forks source link

[feature request] Request addition to MELPA Stable #11

Closed bennati closed 8 years ago

bennati commented 8 years ago

Hi!

MELPA Stable (http://stable.melpa.org/) is the new younger sibling of MELPA for users who'd rather run only stable versions of packages (MELPA can be a bit rocky since every commit comprises a new release), and it would be super cool if function-args could be installed via Stable.

Fortunately it's also really easy to support—all you have to do is define a tag in the v... format and you're done. I'd submit a PR if I could, but since tags are global to a project, that's not something possible via PR.

If you're cool with this idea, this should be all you have to do to make it happen:

$ git tag v$stable-version-number $stable-version-commit-hash
$ git push origin v$stable-version-number

Thanks for your time and consideration!

(src https://gist.github.com/camdez/48a4fd2bb3a05572f0a5)

shea-parkes commented 8 years ago

I too would appreciate if this emacs package was available on MELPA Stable.

k-talo commented 8 years ago

I just pushed a tag. Thanks.