Skip to content

Commit

Permalink
ruby ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lilu committed Jul 10, 2012
1 parent c424f02 commit 5471a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/my-ruby.el
Expand Up @@ -31,11 +31,11 @@
(add-to-list 'auto-mode-alist '("Guardfile\\'" . ruby-mode))
(require 'haml-mode)
(add-to-list 'auto-mode-alist '("\\.haml$" . haml-mode))
(rvm-use-default)

(defun ruby-mode-defaults ()
"My ruby mode hooks"
(inf-ruby-setup-keybindings)
(rvm-use-default)
(require 'ruby-block)
(ruby-block-mode t)
(setq ruby-block-highlight-toggle t)
Expand Down

0 comments on commit 5471a7b

Please sign in to comment.