Emacs: Fix smart-tabs in js2-mode
Alan Pearce alan.pearce@spotcap.com
Tue, 18 Aug 2015 16:28:03 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -609,6 +609,7 @@ :commands (smart-tabs-mode smart-tabs-mode-enable smart-tabs-advice) :config (progn + (smart-tabs-advice js2-indent-line js2-indent-offset) (smart-tabs-insinuate 'c 'javascript 'cperl 'python)) :init (progn (add-hook 'php-mode-hook (lambda ()