aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Mayo <dave_mayo@harvard.edu>2015-01-22 20:20:07 -0500
committerDave Mayo <dave_mayo@harvard.edu>2015-01-22 20:20:07 -0500
commit9324673829f97baacfd5db156a39c08903910ed5 (patch)
tree4b4b7a68e0ee129ee65fe25ec803bc4cdd0261b8
parentdc3adc5624bb42e2f5389cc7ae4c7011f80b2020 (diff)
downloademmet-mode-9324673829f97baacfd5db156a39c08903910ed5.tar.lz
emmet-mode-9324673829f97baacfd5db156a39c08903910ed5.tar.xz
emmet-mode-9324673829f97baacfd5db156a39c08903910ed5.zip
Added support statement indicating that we support 23+
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce86c5b..f8acc82 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,10 @@ Zen Coding has been renamed to [Emmet](http://emmet.io/) and includes an expande
- [Go to Edit Point](https://github.com/smihica/emmet#go-to-edit-point)
+## Supported Emacs
+
+`emmet-mode` is supported by GNU Emacs versions from 23 onward.
+
## Installation
### 1. From marmalade or MELPA
@@ -543,4 +547,4 @@ Traverse between important code points in HTML.
- `<C-M-left>` is "Previous Edit Point" (`M-x emmet-prev-edit-point`)
- `<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/).
+For further information and demo see [Emmet's documentation](http://docs.emmet.io/actions/go-to-edit-point/).