Emacs: Disable smart-tabs-mode in ruby-mode
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M emacs/init.el → emacs/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