Skip to content

Commit

Permalink
added ruby end
Browse files Browse the repository at this point in the history
  • Loading branch information
georgi committed Aug 26, 2012
1 parent e19cf81 commit ebd31f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -73,3 +73,6 @@
[submodule "flymake-cursor"]
path = flymake-cursor
url = git://github.com/emacsmirror/flymake-cursor.git
[submodule "ruby-end"]
path = ruby-end
url = git://github.com/little-arhat/ruby-end.git
3 changes: 2 additions & 1 deletion init.el
Expand Up @@ -18,7 +18,7 @@
(add-to-list 'load-path "~/.emacs.d/markdown-mode")
(add-to-list 'load-path "~/.emacs.d/popup-el")
(add-to-list 'load-path "~/.emacs.d/rhtml")
;; (add-to-list 'load-path "~/.emacs.d/ruby")
(add-to-list 'load-path "~/.emacs.d/ruby-end")
(add-to-list 'load-path "~/.emacs.d/rvm")
(add-to-list 'load-path "~/.emacs.d/smart-compile-plus")
(add-to-list 'load-path "~/.emacs.d/sass-mode")
Expand Down Expand Up @@ -185,6 +185,7 @@
;; ********************************************************************************
;; Ruby Mode
;;
(require 'ruby-end)
(require 'rvm)
(rvm-use-default)

Expand Down
1 change: 1 addition & 0 deletions ruby-end
Submodule ruby-end added at 9f0caf

0 comments on commit ebd31f2

Please sign in to comment.