diff options
author | Alan Pearce | 2014-06-10 19:35:28 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-10 19:35:28 +0100 |
commit | 2236fa83756d3f66110593b8d917ca06cec7d869 (patch) | |
tree | 6eae15da798db1efae38b35540480f0f4132c21c /tag-emacs/emacs.d/init.el | |
parent | afeab94a90c3c42d115e1986752ac1e8ca66f39c (diff) | |
download | dotfiles-2236fa83756d3f66110593b8d917ca06cec7d869.tar.lz dotfiles-2236fa83756d3f66110593b8d917ca06cec7d869.tar.zst dotfiles-2236fa83756d3f66110593b8d917ca06cec7d869.zip |
Emacs: Set smart-tabs-mode from indent-tabs-mode
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index b1c1b7a..438db55 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -366,6 +366,8 @@ 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 |