Skip to content

Commit

Permalink
add explicit js3-mode hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mbriggs committed Feb 3, 2012
1 parent 154a70b commit 5466768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js-mode-expansions.el
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ If point is inside the value, that will be marked first anyway."
er/mark-js-outer-return))))

(add-hook 'js2-mode-hook 'er/add-js-mode-expansions)
(add-hook 'js3-mode-hook 'er/add-js-mode-expansions)

(provide 'js-mode-expansions)

Expand Down

0 comments on commit 5466768

Please sign in to comment.