all repos — nixfiles @ 109a3239c2f2832aeb062c08c40063149b5f1eb3

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

Emacs: Disable smart-tabs in php-mode

I do not like PSR-1. Ah well.
Alan Pearce alan@alanpearce.co.uk
Mon, 09 Jun 2014 15:07:25 +0100
commit

109a3239c2f2832aeb062c08c40063149b5f1eb3

parent

1c36c5113627e526acf00f97418c1624f0982003

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-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