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
rhtml / README
100644 11 lines (7 sloc) 0.336 kb
1
2
3
4
5
6
7
8
9
10
11
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)