From: mooz Date: Wed, 17 Aug 2011 14:37:11 +0000 (+0900) Subject: Add notation for byte-compilation. refs #13 X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/7675045cf3f1a995f195ad48937c94241f7d00ff Add notation for byte-compilation. refs #13 --- diff --git a/README.md b/README.md index 85e7e7b28..97e6d31d4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Install $ cd js2-mode $ emacs --batch -f batch-byte-compile js2-mode.el +_NOTE: Emacs may fail to byte compile js2-mode.el in interactive mode (e.g., `M-x byte-compile-file`). Following the above instruction is highly recommended. See https://github.com/mooz/js2-mode/issues/13 for details._ + Then, place js2-mode.elc into your site-lisp directory. In you emacs config: