brianc / jade-mode

Emacs major mode for jade template highlighting
MIT License
156 stars 41 forks source link

Add .el file headers to enable automatic packaging #6

Closed purcell closed 12 years ago

purcell commented 12 years ago

Hey Brian! I run the "Melpa" emacs package archive with a friend, and it's getting really popular. (http://melpa.milkbox.net) It builds package.el-compatible packages automatically from upstream .el source code.

We received a pull request containing a recipe for packaging up the files in this repo, but we couldn't accept it because the files don't have the standard headers that are required by the package.el system. If you were to put something like the following in the files, at a minimum, that'd be really helpful:

;;; jade-mode.el --- Brief description of mode
;;; URL: ....
;;; Author: Brian M Carlson

....

;;;; jade-mode.el ends here

I'd work up a pull request myself, but I don't use these modes directly, so I thought I'd just make a quick appeal to your community spirit instead. :-)

Cheers,

-Steve

brianc commented 12 years ago

I added the headers. Thanks for the feedback.

purcell commented 12 years ago

Great - the packages are now in Melpa and will be built shortly. Thanks! :-)