Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
410 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | How to install gyp-mode for emacs:
|
---|
| 2 |
|
---|
| 3 | Add the following to your ~/.emacs (replace ... with the path to your gyp
|
---|
| 4 | checkout).
|
---|
| 5 |
|
---|
| 6 | (setq load-path (cons ".../tools/emacs" load-path))
|
---|
| 7 | (require 'gyp)
|
---|
| 8 |
|
---|
| 9 | Restart emacs (or eval-region the added lines) and you should be all set.
|
---|
| 10 |
|
---|
| 11 | Please note that ert is required for running the tests, which is included in
|
---|
| 12 | Emacs 24, or available separately from https://github.com/ohler/ert
|
---|
Note:
See
TracBrowser
for help on using the repository browser.