Emacs: Disable smart-tabs in php-mode I do not like PSR-1. Ah well.
1 file changed, 1 insertion(+), 2 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -366,8 +366,7 @@ :commands (smart-tabs-mode smart-tabs-mode-enable smart-tabs-advice) :config (progn - (smart-tabs-insinuate 'c 'javascript 'cperl 'python) - (add-hook 'php-mode-hook #'smart-tabs-mode-enable))) + (smart-tabs-insinuate 'c 'javascript 'cperl 'python))) ;;;; Keybindings