mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
8 lines
194 B
EmacsLisp
8 lines
194 B
EmacsLisp
;; node.js
|
|
(setq exec-path (cons "~/.nvm/v0.10.24/bin" exec-path))
|
|
;; (setenv "PATH" (concat "~/.nvm/v0.10.24/bin:" (getenv "PATH")))
|
|
|
|
|
|
(when (require 'nvm nil 'noerror)
|
|
(nvm-use "v0.10.24"))
|