Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
selman committed Jul 2, 2010
1 parent 101a3f9 commit 3087878
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 256 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -16,3 +16,6 @@
[submodule "plugins/auto-complete"]
path = plugins/auto-complete
url = http://github.com/emacsmirror/auto-complete.git
[submodule "plugins/ruby-block"]
path = plugins/ruby-block
url = http://github.com/emacsmirror/ruby-block.git
5 changes: 2 additions & 3 deletions README
Expand Up @@ -4,7 +4,7 @@ REQUIREMENTS
ruby
Emacs >= 23.2
rake for intall and update
Rcodetools for auto-complete (gem install rcodetools)
rcodetools for auto-complete (gem install rcodetools)


DESCRIPTION
Expand All @@ -27,7 +27,7 @@ rdebug
redo
ri-emacs
rinari (http://rinari.rubyforge.org/)
ruby-block
ruby-block (submodule => http://github.com/emacsmirror/ruby-block.git)
ruby-mode (copied => svn co http://svn.ruby-lang.org/repos/ruby/trunk/misc)
toggle
yaml-mode (submodule => http://github.com/emacsmirror/yaml-mode.git)
Expand Down Expand Up @@ -97,4 +97,3 @@ CONTACT
You can contact me: santiago@wyeworks.com
Follow us in our blog: http://blog.wyeworks.com
Repo: git://github.com/spastorino/my_emacs_for_rails.git

4 changes: 3 additions & 1 deletion init.el.example
Expand Up @@ -311,11 +311,13 @@ t)
(add-hook 'ruby-mode-hook 'turn-on-font-lock)
(add-to-list 'auto-mode-alist '("\\.rjs$" . ruby-mode))
(add-to-list 'auto-mode-alist '("\\.rake$" . ruby-mode))
(add-to-list 'auto-mode-alist '("Rakefile" . ruby-mode))
(add-to-list 'auto-mode-alist '("Rakefile$" . ruby-mode))

;; ruby-block
(add-to-list 'load-path "~/.emacs.d/plugins/ruby-block")
(require 'ruby-block)
(ruby-block-mode t)
(setq ruby-block-highlight-toggle 'overlay)

;; ruby electric
(defun try-complete-abbrev (old)
Expand Down
1 change: 1 addition & 0 deletions plugins/ruby-block
Submodule ruby-block added at e8e4b6
252 changes: 0 additions & 252 deletions plugins/ruby-block/ruby-block.el

This file was deleted.

0 comments on commit 3087878

Please sign in to comment.