abicky / nodejs-repl.el

Run Node.js REPL and communicate with the process
190 stars 38 forks source link

Add trailing "ends here" line and autoload cookie #2

Closed purcell closed 11 years ago

purcell commented 11 years ago

The "ends here" line is required by package.el (see function package-buffer-info).

The autoload directive allows users to start nodejs-repl without first requiring the library.

P.S. I'm adding a recipe for this library to MELPA.

abicky commented 11 years ago

Thank you for your pull request :)