all repos — nixfiles @ a9410aefcbeb39343a4cb11311d9bea14e99d931

System and user configuration, managed by nix and home-manager

Emacs: Disable smart-tabs-mode in ruby-mode

Alan Pearce
commit

a9410aefcbeb39343a4cb11311d9bea14e99d931

parent

935f48e57f591495e345b976933c32dd83bfed6d

1 file changed, 1 insertion(+), 1 deletion(-)

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