From: Dmitry Gutov Date: Tue, 11 Sep 2012 02:03:10 +0000 (+0400) Subject: you -> your X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/52241c5544294964b9e9d2f0b61ace82384779a4 you -> your --- diff --git a/README.md b/README.md index e605dae86..a8f5ac8ec 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Installation Then put js2-mode.elc into your site-lisp directory. -In you emacs config: +In your emacs config: (autoload 'js2-mode "js2-mode" nil t) (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))