diff options
author | Alan Pearce | 2013-10-12 21:40:03 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-12 21:40:03 +0100 |
commit | a9410aefcbeb39343a4cb11311d9bea14e99d931 (patch) | |
tree | 83f1ff8ad3ca0b9ce9d2dfdf7b09c1c97b844ff5 /emacs | |
parent | 935f48e57f591495e345b976933c32dd83bfed6d (diff) | |
download | dotfiles-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.el | 2 |
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 |