diff options
author | Dave Mayo <dave_mayo@harvard.edu> | 2015-01-22 20:20:07 -0500 |
---|---|---|
committer | Dave Mayo <dave_mayo@harvard.edu> | 2015-01-22 20:20:07 -0500 |
commit | 9324673829f97baacfd5db156a39c08903910ed5 (patch) | |
tree | 4b4b7a68e0ee129ee65fe25ec803bc4cdd0261b8 | |
parent | dc3adc5624bb42e2f5389cc7ae4c7011f80b2020 (diff) | |
download | emmet-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.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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/). |