redguardtoo / js-comint

js-comint will send the code from Emacs into node.js or rhino
GNU General Public License v3.0
69 stars 22 forks source link

defaullt `js-use-nvm` is nil, but still `(require 'nvm)` ? #9

Closed zw963 closed 7 years ago

zw963 commented 8 years ago

Should we only need require nvm only set js-use-nvm is t ?

redguardtoo commented 8 years ago

yes make sense

redguardtoo commented 8 years ago

8397891 make nvm optional (Chen Bin)

Wilfred commented 7 years ago

Presumably you want to drop:

;;; Package-Requires: ((nvm "0.2.0"))

from the package header too? Once that's done, I think this issue can be closed.

redguardtoo commented 7 years ago

2f293bd clean code. nvm.el is optional (Chen Bin)