This commit is contained in:
Henrik Lissner 2016-02-26 00:08:41 -05:00
parent a4fd3f3be5
commit b78d210ace
11 changed files with 71 additions and 82 deletions

View file

@ -14,8 +14,7 @@
(define-env-command! ruby-mode "ruby --version | cut -d' ' -f2")
:config
;; Formatting
(setq ruby-indent-level 2
ruby-deep-indent-paren t)
(setq ruby-deep-indent-paren t)
;; Don't interfere with my custom RET behavior
(define-key ruby-mode-map [?\n] nil)