all repos — archive/dotfiles @ 2236fa83756d3f66110593b8d917ca06cec7d869

Superseded by nixfiles

Emacs: Set smart-tabs-mode from indent-tabs-mode
Alan Pearce alan@alanpearce.co.uk
Tue, 10 Jun 2014 19:35:28 +0100
commit

2236fa83756d3f66110593b8d917ca06cec7d869

parent

afeab94a90c3c42d115e1986752ac1e8ca66f39c

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

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -366,6 +366,8 @@ :commands (smart-tabs-mode              smart-tabs-mode-enable
              smart-tabs-advice)
   :config (progn
+            (add-hook 'php-mode-hook (lambda ()
+                                       (smart-tabs-mode indent-tabs-mode)))
             (smart-tabs-insinuate 'c 'javascript 'cperl 'python)))
 
 ;;;; Keybindings