From 109a3239c2f2832aeb062c08c40063149b5f1eb3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 9 Jun 2014 15:07:25 +0100 Subject: Emacs: Disable smart-tabs in php-mode I do not like PSR-1. Ah well. --- tag-emacs/emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index fcb62303..404f1aa7 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 -- cgit 1.4.1