aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6921735..b5dab90 100644
--- a/README.md
+++ b/README.md
@@ -561,3 +561,14 @@ Traverse between important code points in HTML.
- `<C-M-right>` is "Next Edit Point" (`M-x emmet-next-edit-point`)
For further information and demo see [Emmet's documentation](http://docs.emmet.io/actions/go-to-edit-point/).
+
+## Development Notes
+
+When working on emmet-mode, DO NOT directly edit `emmet-mode.el`. It is generated from the files in the `/src` directory by `make`. When making changes, make them to the relevant source file, then run:
+
+```sh
+make clean
+make
+```
+
+in the root directory of your emmet-mode repository.