public
Description: mmm-free Minor Mode for editing rhtml file in Emacs
Homepage: http://rinari.rubyforge.org
Clone URL: git://github.com/eschulte/rhtml.git
eschulte (author)
Sat Dec 27 10:35:32 -0800 2008
commit  ccf020045e77cbfa68f5e17307bcc1b0fb27759d
tree    ebacb0a62933341727cf5dc72a4c00495dfc6dac
parent  dc8d6c489991fcb59bc806cc32aca7e96be080e8
rhtml /
name age message
file .gitignore Loading commit data...
file DEPTREE
file LICENSE Tue Jul 08 14:20:23 -0700 2008 first commit [eschulte]
file README Tue Jul 08 14:38:33 -0700 2008 changed default face to play nicer with dark ba... [eschulte]
file rhtml-erb.el Mon Aug 04 07:19:45 -0700 2008 tabbing should now work for <%- ... -%> tags [eschulte]
file rhtml-fonts.el
file rhtml-mode.el
file rhtml-navigation.el Sat Dec 27 10:35:32 -0800 2008 changes from .rhtml to .html.erb [eschulte]
file rhtml-ruby-hook.el Tue Jul 08 14:20:23 -0700 2008 first commit [eschulte]
file rhtml-sgml-hacks.el
file test.rhtml Mon Aug 04 07:19:45 -0700 2008 tabbing should now work for <%- ... -%> tags [eschulte]
README
rhtml --- mmm-free mode for editing .rhtml files using Emacs

Can be used with Rinari (http://github.com/eschulte/rinari/tree/master)

to use download this directory and place it in your elisp directory,
then include the following in you emacs .init file

;;; rhtml mode
(add-to-list 'load-path "~/path/to/rhtml")
(require 'rhtml-mode)