branch: externals/js2-mode commit 2ce49857a8e40724786e5ce8c82eeeefe606f9bc Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
[ci skip] Stop mentioning Emacs 22 and 23 --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 53ed6fd..f5bf6c8 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ The stable versions are hosted at [GNU ELPA](http://elpa.gnu.org/) You can also install the latest development version from [MELPA](https://melpa.org/#/getting-started). +Requirements +====== + +Emacs 24.1+ and `cl-lib` (either built-in or installed from GNU ELPA). + React and JSX ====== @@ -31,13 +36,6 @@ and indenting of JSX syntax. [rjsx-mode](https://github.com/felipeochoa/rjsx-mode/) is an alternative option which comes with certain tradeoffs. -Emacs 22 and 23 -=============== - -This version requires Emacs 24 and `cl-lib` (either built-in or from GNU ELPA above). -For a backward compatible version, check out the branch -[emacs23](https://github.com/mooz/js2-mode/tree/emacs23). - Bugs ====