From 9dfad8c29b9bcef278e4000294664bbfe0b330bc Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 1 Apr 2010 10:04:46 -0700 Subject: [PATCH] remove redundant js2-mode-hook --- emacs | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs b/emacs index 6991c75..7c4f18b 100644 --- a/emacs +++ b/emacs @@ -155,8 +155,6 @@ ;;(add-to-list 'auto-mode-alist '("\\.js$" . espresso-mode)) (add-to-list 'auto-mode-alist '("\\.json$" . espresso-mode)) -(add-hook 'js2-mode-hook '(lambda () (c-subword-mode t))) - ;;;;;;;;;;;;;;;;;