From b0c5e0b7a6d0aec47c31e6e21099a0efe8d4840b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 30 Aug 2011 10:40:04 +0100 Subject: [PATCH] use ruby-mode from Ruby 1.9's svn trunk... lets see how well it works out in the long run --- custom-variables.el | 1 + packages.el | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/custom-variables.el b/custom-variables.el index 8b68c6a..d3702cc 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -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) diff --git a/packages.el b/packages.el index 906ecee..c27af4e 100644 --- a/packages.el +++ b/packages.el @@ -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