| Revision 741,
618 bytes
checked in by iwaim, 16 years ago
(diff) |
|
add: js2-mode spec and files
|
| Line | |
|---|
| 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 2 | ;; -*- coding: utf-8-unix -*- |
|---|
| 3 | ;; FSF Emacs 23 用 Vine Linux js2-mode 設定 |
|---|
| 4 | ;; IWAI, Masaharu <iwai@alib.jp> |
|---|
| 5 | ;; $Id$ |
|---|
| 6 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 7 | |
|---|
| 8 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 9 | ;; js2-mode の設定 |
|---|
| 10 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 11 | |
|---|
| 12 | (autoload 'js2-mode "js2" nil t) |
|---|
| 13 | (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode)) |
|---|
| 14 | |
|---|
| 15 | (provide 'vine-default-js2-mode) |
|---|
| 16 | |
|---|
| 17 | ;; Local Variables: |
|---|
| 18 | ;; mode: emacs-lisp |
|---|
| 19 | ;; End: |
|---|
Note: See
TracBrowser
for help on using the repository browser.