Created
March 4, 2009 00:10
-
-
Save takai/73629 to your computer and use it in GitHub Desktop.
rinari settings for emacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Rinari | |
;(require 'ido) | |
;(ido-mode t) | |
(require 'rinari) | |
(require 'rhtml-mode) | |
(define-key rinari-minor-mode-map [(meta shift down)] 'rinari-find-rspec) | |
(define-key rinari-minor-mode-map [(meta shift left)] 'rinari-find-controller) | |
(define-key rinari-minor-mode-map [(meta shift up)] 'rinari-find-model) | |
(define-key rinari-minor-mode-map [(meta shift right)] 'rinari-find-view) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment