summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-10-12 21:40:03 +0100
committerAlan Pearce2013-10-12 21:40:03 +0100
commita9410aefcbeb39343a4cb11311d9bea14e99d931 (patch)
tree83f1ff8ad3ca0b9ce9d2dfdf7b09c1c97b844ff5 /emacs
parent935f48e57f591495e345b976933c32dd83bfed6d (diff)
downloaddotfiles-a9410aefcbeb39343a4cb11311d9bea14e99d931.tar.lz
dotfiles-a9410aefcbeb39343a4cb11311d9bea14e99d931.tar.zst
dotfiles-a9410aefcbeb39343a4cb11311d9bea14e99d931.zip
Emacs: Disable smart-tabs-mode in ruby-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index ad8fd75..2c475fb 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -484,7 +484,7 @@ Values: `desktop', `server', `laptop'")
              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