all repos — archive/dotfiles @ a9410aefcbeb39343a4cb11311d9bea14e99d931

Superseded by nixfiles

Emacs: Disable smart-tabs-mode in ruby-mode
Alan Pearce alan@alanpearce.co.uk
Sat, 12 Oct 2013 21:40:03 +0100
commit

a9410aefcbeb39343a4cb11311d9bea14e99d931

parent

935f48e57f591495e345b976933c32dd83bfed6d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -484,7 +484,7 @@ :commands (smart-tabs-mode              smart-tabs-mode-enable
              smart-tabs-advice)
   :config (progn
-            (smart-tabs-insinuate 'c 'javascript 'cperl 'python 'ruby)
+            (smart-tabs-insinuate 'c 'javascript 'cperl 'python)
             (add-hook 'php-mode-hook #'smart-tabs-mode-enable)))
 
 ;;;; Keybindings