brianc / jade-mode

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

Add package dependencies for ELPA support #7

Closed purcell closed 12 years ago

purcell commented 12 years ago

Okay, so the packages are up on Melpa, and I thought I'd send a quick pull request which adds proper dependency specs -- this means when ELPA users install jade-mode or stylus-mode, they'll automatically get sws-mode installed too.

Additionally, I've added magic ";;;###autoload" comments in a couple of places, so that people usually won't need to explicitly "require" jade-mode before using it.

Have a great day!

-Steve

brianc commented 12 years ago

awesome