foundry-dsa41-game/node_modules/node-gyp/gyp/tools/emacs
macniel 9de1531058
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s Details
chore: building the architecture
2025-09-25 13:07:30 +02:00
..
testdata chore: building the architecture 2025-09-25 13:07:30 +02:00
README chore: building the architecture 2025-09-25 13:07:30 +02:00
gyp-tests.el chore: building the architecture 2025-09-25 13:07:30 +02:00
gyp.el chore: building the architecture 2025-09-25 13:07:30 +02:00
run-unit-tests.sh chore: building the architecture 2025-09-25 13:07:30 +02:00

README

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