node/deps/npm/node_modules/node-gyp/gyp/tools/emacs
Kat Marchán f41b7f12b5 deps: upgrade to npm 2.11.1
PR-URL: https://github.com/nodejs/io.js/pull/1899
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Forrest L Norvell <forrest@npmjs.com>
2015-06-10 09:05:54 -07:00
..
testdata npm: upgrade to 1.1.70 2012-12-21 16:42:29 +00:00
gyp-tests.el npm: Upgrade to 1.3.3 2013-07-12 08:56:26 -07:00
gyp.el deps: upgrade to npm 2.11.1 2015-06-10 09:05:54 -07:00
README npm: upgrade to 1.1.70 2012-12-21 16:42:29 +00:00
run-unit-tests.sh npm: upgrade to 1.1.70 2012-12-21 16:42:29 +00:00

How to install gyp-mode for emacs:

Add the following to your ~/.emacs (replace ... with the path to your gyp
checkout).

(setq load-path (cons ".../tools/emacs" load-path))
(require 'gyp)

Restart emacs (or eval-region the added lines) and you should be all set.

Please note that ert is required for running the tests, which is included in
Emacs 24, or available separately from https://github.com/ohler/ert