summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-06-09 15:07:25 +0100
committerAlan Pearce2014-06-09 15:07:25 +0100
commit109a3239c2f2832aeb062c08c40063149b5f1eb3 (patch)
treee56e8e5af5cfdf77c237634cf84e9f9621226900 /tag-emacs
parent1c36c5113627e526acf00f97418c1624f0982003 (diff)
downloaddotfiles-109a3239c2f2832aeb062c08c40063149b5f1eb3.tar.lz
dotfiles-109a3239c2f2832aeb062c08c40063149b5f1eb3.tar.zst
dotfiles-109a3239c2f2832aeb062c08c40063149b5f1eb3.zip
Emacs: Disable smart-tabs in php-mode
I do not like PSR-1. Ah well.
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index fcb6230..404f1aa 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -366,8 +366,7 @@
              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