Name | Date | Size | |
---|---|---|---|
.. | 20-Dec-2016 | 4 KiB | |
gyp-tests.el | 20-Dec-2016 | 2.1 KiB | |
gyp.el | 20-Dec-2016 | 11.9 KiB | |
README | 20-Dec-2016 | 410 | |
run-unit-tests.sh | 20-Dec-2016 | 306 | |
testdata/ | 20-Dec-2016 | 4 KiB |
README
1How to install gyp-mode for emacs: 2 3Add the following to your ~/.emacs (replace ... with the path to your gyp 4checkout). 5 6(setq load-path (cons ".../tools/emacs" load-path)) 7(require 'gyp) 8 9Restart emacs (or eval-region the added lines) and you should be all set. 10 11Please note that ert is required for running the tests, which is included in 12Emacs 24, or available separately from https://github.com/ohler/ert 13