]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
Use \\' instead of $
[gnu-emacs-elpa] / README.md
index 833c79859f7abb3ffa713ca7c9bc534697993ad4..d66c69a906f2951c7d42340cc8882371d62e4498 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,7 +10,6 @@ Installation
 
     $ git clone git://github.com/mooz/js2-mode.git
     $ cd js2-mode
-    $ git checkout emacs24
     $ emacs --batch -f batch-byte-compile js2-mode.el
 
 Then put js2-mode.elc into your site-lisp directory.
@@ -18,7 +17,7 @@ Then put js2-mode.elc into your site-lisp directory.
 In your emacs config:
 
     (autoload 'js2-mode "js2-mode" nil t)
-    (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
+    (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
 
 See <http://code.google.com/p/js2-mode/wiki/InstallationInstructions> for
 additional details.
@@ -26,7 +25,7 @@ additional details.
 Emacs 22 and 23
 ===============
 
-This version requires Emacs 24. For backwards-compatible version, check out the [`master` branch](https://github.com/mooz/js2-mode/tree/master).
+This version requires Emacs 24. For a backward compatible version, check out the branch [emacs23](https://github.com/mooz/js2-mode/tree/emacs23).
 
 Bugs
 ====
@@ -38,5 +37,5 @@ See Also
 
 Some third-party modes that use the generated syntax tree:
 
-* [js2-highlight-vars-mode](http://mihai.bazon.net/projects/editing-javascript-with-emacs-js2-mode/js2-highlight-vars-mode)
 * [js2-refactor](https://github.com/magnars/js2-refactor.el)
+* [skewer-mode](https://github.com/skeeto/skewer-mode)