Browse Source

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

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@865 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
6dc75fcc1c
1 changed files with 23 additions and 0 deletions
  1. 23 0
      h/html-helper-mode/vine-default-html-helper-mode.el

+ 23 - 0
h/html-helper-mode/vine-default-html-helper-mode.el

@@ -0,0 +1,23 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;  -*- coding: utf-8-unix -*-
+;;  FSF Emacs 23 用 Vine Linux html-helper-mode 設定
+;;    IWAI, Masaharu <iwai@alib.jp>
+;;      $Id$
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; html-helper-mode の設定
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
+(setq auto-mode-alist
+      (append
+       '(
+	 ("\\.html" . html-helper-mode))
+       auto-mode-alist))
+
+(provide 'vine-default-html-helper-mode)
+
+;; Local Variables:
+;; mode: emacs-lisp
+;; End: