From a0519f51c97d417bc09c7ff4d425fdce1b66581c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 29 Jun 2015 15:45:10 +0200 Subject: Don't align chained calls in Ruby RuboCop complains about it and now that I see it it does look pretty good. --- emacs/.emacs.d/init.org | 8 -------- 1 file changed, 8 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index a7c2248..5208aff 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1042,14 +1042,6 @@ (add-hook 'ruby-mode-hook #'flycheck-mode) #+END_SRC - - Align chained method calls - - #+BEGIN_SRC emacs-lisp - (defvar ruby-align-chained-calls) - - (setq ruby-align-chained-calls t) - #+END_SRC - ** PHP *** Show tabs and spaces in indent -- cgit v1.2.3-54-g00ecf