From 7675045cf3f1a995f195ad48937c94241f7d00ff Mon Sep 17 00:00:00 2001 From: mooz Date: Wed, 17 Aug 2011 23:37:11 +0900 Subject: [PATCH] Add notation for byte-compilation. refs #13 --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.39.2