mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user