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/be0394e00f530fdd999f13e3d653b3eba8977434 you -> your --- diff --git a/README.md b/README.md index 4ff97864b..82c9b52e6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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))