all repos — nixfiles @ 2236fa83756d3f66110593b8d917ca06cec7d869

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

Emacs: Set smart-tabs-mode from indent-tabs-mode

Alan Pearce
commit

2236fa83756d3f66110593b8d917ca06cec7d869

parent

afeab94a90c3c42d115e1986752ac1e8ca66f39c

1 file 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