summaryrefslogtreecommitdiff
path: root/devel/js2-mode/MESSAGE
blob: 11f7456ef763b3a95ed8ffd65b6e3d9662aa26d4 (plain)
1
2
3
4
5
6
7
8
9
10
===========================================================================
$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))

===========================================================================