abicky / nodejs-repl.el

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

Add support for path to Node.js command per project. #19

Closed zhaojiangbin closed 6 years ago

zhaojiangbin commented 6 years ago

If the variable `nodejs-repl-command' is a function symbol, call that function for the path to Node.js command.

This allows to integrate with Node.js version managers such as nvm.

Tested with nvm version 0.33.11 on macOS version 10.13.6, Emacs version 26.1.

abicky commented 6 years ago

LGTM 👍 Could you change the branch to be merged to develop and rebase onto develop branch?

zhaojiangbin commented 6 years ago

Could you change the branch to be merged to develop and rebase onto develop branch?

Done.

zhaojiangbin commented 6 years ago

Updated README.md to fix a typo.

abicky commented 6 years ago

Thank you for your contribution!