Closed jszakmeister closed 11 years ago
Additionally, the first and last lines are malformed; there should be 3 (!) hyphens between the evil-paredit.el
and the package description, e.g.:
;;; evil-paredit.el --- Paredit support for evil keybindings
and the last line should repeat the filename like this:
;;; evil-paredit.el ends here
I should add that a good test of whether your .el file is well-formatted for publishing to an ELPA archive is to run M-: (package-buffer-info)
-- if no error is raised, you're pretty much good to go. :-)
Cheers,
-Steve
Updated. Thanks for the tip Steve!
Hey @jszakmeister thanks for this, I was supposed to do this things once I had time (working in many things at the current moment). Is great projects get some love from people that find them useful.
What a nice example of open source collaboration! :-) A new Melpa package will build shortly.
@roman You're very welcome! And thanks again for your help @purcell, and I couldn't agree more!
This is mostly the result of some feedback from Steve Purcell, who helps run the MELPA. I did notice that the required version of evil was off, but I'm not certain it caused any issues. At any rate, I fixed that too.