auto-install-batch.el用に

以下を自分設定に追加してみた。

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; auto-install-mode 自分定義
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq auto-install-batch-list 
      (append 
       '(
         ("ruby-mode" nil nil
          (
           "http://svn.ruby-lang.org/repos/ruby/trunk/misc/inf-ruby.el"
           "http://svn.ruby-lang.org/repos/ruby/trunk/misc/rdoc-mode.el"
           "http://svn.ruby-lang.org/repos/ruby/trunk/misc/ruby-electric.el"
           "http://svn.ruby-lang.org/repos/ruby/trunk/misc/ruby-mode.el"
           "http://svn.ruby-lang.org/repos/ruby/trunk/misc/ruby-style.el"
           "http://svn.ruby-lang.org/repos/ruby/trunk/misc/rubydb3xel"
           ))
         ("simple-hatena--mode" nil nil
          (
           "http://tuvalu.santafe.edu/%7Enelson/tools/html-helper-mode.el"
           "http://www.nbi.dk/TOOLS/emacs/lisp/html-font.el"
           "http://svn.coderepos.org/share/lang/elisp/simple-hatena-mode/tags/release-0.15/simple-hatena-mode.el"
           ))

         )
       auto-install-batch-list))

なんというか、楽しちゃいけないきもするけど、いちいち最新版落としてくるのもめんどいしねw