Update modules/lang/*

This commit is contained in:
Henrik Lissner 2017-02-19 18:57:16 -05:00
parent f0adef1b01
commit e14e25ecb4
68 changed files with 1487 additions and 750 deletions

View file

@ -2,9 +2,12 @@
;;; lang/javascript/packages.el
(@package coffee-mode)
(@package company-tern :needs +company)
(@package js2-mode)
(@package js2-refactor)
(@package jsx-mode)
(@package nodejs-repl)
(@package tern)
(when (@featurep :completion company)
(@package company-tern))