People‎ > ‎Masa‎ > ‎Masa's work log‎ > ‎

js2.el for javascript mode in Emacs

posted 9 Sept 2011, 19:23 by Masahiro Takatsuka
looks like js2-mode is popular for editing javascript codes in Emacs

You can download it from here.

I could not byte-compile it in emacs, so I had to do it at the command-line as:

> emacs --batch --eval '(byte-compile-file "js2.el")'
Comments