mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
use ruby-mode from Ruby 1.9's svn trunk... lets see how well it works out in the long run
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
'(ns-tool-bar-display-mode nil t)
|
||||
'(ns-tool-bar-size-mode nil t)
|
||||
'(php-mode-dot-property-warning t)
|
||||
'(ruby-deep-indent-paren nil)
|
||||
'(safe-local-variable-values (quote ((eval rainbow-mode 1))))
|
||||
'(show-paren-mode t)
|
||||
'(standard-indent 2)
|
||||
|
||||
@@ -64,7 +64,10 @@
|
||||
(:name fill-column-indicator
|
||||
:type git
|
||||
:url "git://github.com/alpaker/Fill-Column-Indicator.git"
|
||||
:features fill-column-indicator)))
|
||||
:features fill-column-indicator)
|
||||
(:name ruby-mode
|
||||
:type svn
|
||||
:url "http://svn.ruby-lang.org/repos/ruby/trunk/misc/")))
|
||||
|
||||
|
||||
;;
|
||||
@@ -83,7 +86,6 @@
|
||||
markdown-mode
|
||||
php-mode-improved
|
||||
ruby-mode
|
||||
ruby-electric
|
||||
ruby-compilation
|
||||
rvm
|
||||
textmate
|
||||
|
||||
Reference in New Issue
Block a user