Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / js2-mode / MESSAGE
1 ===========================================================================
2 $NetBSD$
3
4 You will need to add something like the following to your .emacs file to
5 autoload the js2 mode for Emacs.
6
7  (autoload 'js2-mode "js2" nil t)
8  (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
9
10 ===========================================================================