public
Description: Rinari Is Not A Rails IDE
Homepage: http://rinari.rubyforge.org
Clone URL: git://github.com/technomancy/rinari.git
rinari / test / init.el
100644 13 lines (10 sloc) 0.418 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
(add-to-list 'load-path "~/projects/rinari/")
 
;; TODO: make this more distributable
;; For tests
(autoload 'nxhtml-mode "~/.emacs.d/nxml/autostart" "" t)
(add-to-list 'auto-mode-alist '("\\.xml$" . nxml-mode))
(add-to-list 'auto-mode-alist '("\\.html$" . nxhtml-mode))
(add-to-list 'auto-mode-alist '("\\.rhtml$" . nxhtml-mode))
 
(require 'rinari)
;; (require 'elunit)
 
(find-file "~/projects/rinari/test/blah.rhtml")