source: projects/specs/trunk/h/html-helper-mode/vine-default-html-helper-mode.el @ 865

Revision 865, 721 bytes checked in by iwaim, 14 years ago (diff)

html-helper-mode: add vine-default-html-helper-mode.el for 2.19.1.1-6

Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;  -*- coding: utf-8-unix -*-
3;;  FSF Emacs 23 用 Vine Linux html-helper-mode 設定
4;;    IWAI, Masaharu <iwai@alib.jp>
5;;      $Id$
6;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
8;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
9;; html-helper-mode の設定
10;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
11
12(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
13(setq auto-mode-alist
14      (append
15       '(
16         ("\\.html" . html-helper-mode))
17       auto-mode-alist))
18
19(provide 'vine-default-html-helper-mode)
20
21;; Local Variables:
22;; mode: emacs-lisp
23;; End:
Note: See TracBrowser for help on using the repository browser.