Tweat ruby config, and load in older ruby-mode version

The version currently bundled with emacs trunk seems to have a few
serious issues with indenting. So instead I've pulled in the older 0.9
version directly from Ruby's source code.
This commit is contained in:
2013-10-23 22:12:51 +01:00
parent 197bc08b87
commit f0a5943e9d
3 changed files with 4 additions and 3 deletions

View File

@@ -101,7 +101,6 @@
" "~/.org-files/notes.org" "Notes"))))
'(org-reverse-note-order t)
'(php-mode-dot-property-warning t)
'(ruby-deep-indent-paren nil)
'(ruby-use-encoding-map nil)
'(safe-local-variable-values (quote ((eval rainbow-mode 1))))
'(scss-compile-at-save nil)

View File

@@ -47,7 +47,7 @@
(hs-minor-mode 1)
(flymake-ruby-load)
(subword-mode)
(setq ruby-deep-arglist t)
(setq ruby-deep-arglist nil)
(setq ruby-deep-indent-paren nil)
(setq c-tab-always-indent nil)
(setq ruby-use-encoding-map nil)

View File

@@ -65,7 +65,6 @@
ruby-compilation
ruby-electric
ruby-interpolation
ruby-mode
sass-mode
scss-mode
smex
@@ -111,6 +110,9 @@
(:name linum+
:type http
:url "http://dea.googlecode.com/svn/trunk/my-lisps/linum+.el")
(:name ruby-mode
:type http
:url "https://raw.github.com/ruby/ruby/trunk/misc/ruby-mode.el")
;; (:name rsense
;; :description "Intelligent Ruby code-completion"
;; :website "http://cx4a.org/software/rsense/"