roman / evil-paredit

Evil extension to integrate nicely with paredit
MIT License
53 stars 18 forks source link

Fix packaging header #2

Closed jszakmeister closed 11 years ago

jszakmeister commented 11 years ago

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.

purcell commented 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
purcell commented 11 years ago

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

jszakmeister commented 11 years ago

Updated. Thanks for the tip Steve!

roman commented 11 years ago

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.

purcell commented 11 years ago

What a nice example of open source collaboration! :-) A new Melpa package will build shortly.

jszakmeister commented 11 years ago

@roman You're very welcome! And thanks again for your help @purcell, and I couldn't agree more!