vine-default-js2-mode.el 618 B

12345678910111213141516171819
  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. ;; js2-mode の設定
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10. (autoload 'js2-mode "js2" nil t)
  11. (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
  12. (provide 'vine-default-js2-mode)
  13. ;; Local Variables:
  14. ;; mode: emacs-lisp
  15. ;; End: