summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2015-08-25 16:55:31 +0200
committerAlan Pearce2015-08-25 16:55:31 +0200
commitc5c3885174ae941511592906dc75d5b139f92577 (patch)
treefc2651d5cb028a145844327c58c318bc77ed7795
parent7fa88df55a147c6283ba336b3d45a5fdd3d55801 (diff)
downloaddotfiles-c5c3885174ae941511592906dc75d5b139f92577.tar.lz
dotfiles-c5c3885174ae941511592906dc75d5b139f92577.tar.zst
dotfiles-c5c3885174ae941511592906dc75d5b139f92577.zip
Emacs: Remove redundant smart-tabs setup for js2
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 75c642d..cd4b36d 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -609,12 +609,9 @@ with spaces.  Perfect!
                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 ()
-                                       (smart-tabs-mode indent-tabs-mode)))
-            (add-hook 'js2-mode-hook (lambda ()
                                        (smart-tabs-mode indent-tabs-mode)))))
 #+END_SRC