11 lines
407 B
Text
11 lines
407 B
Text
|
===========================================================================
|
||
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/04/12 13:57:19 wiz Exp $
|
||
|
|
||
|
You will need to add something like the following to your .emacs file to
|
||
|
autoload the js2 mode for Emacs.
|
||
|
|
||
|
(autoload 'js2-mode "js2" nil t)
|
||
|
(add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
|
||
|
|
||
|
===========================================================================
|