2017-02-03 19:23:29 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2017-02-03 19:43:25 -05:00
|
|
|
;;; lang/javascript/packages.el
|
2017-01-16 23:30:37 -05:00
|
|
|
|
2017-05-20 10:23:22 +02:00
|
|
|
;; requires node npm tern js-beautify eslint eslint-plugin-react
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! coffee-mode)
|
|
|
|
(package! js2-mode)
|
|
|
|
(package! js2-refactor)
|
2017-03-25 04:04:16 -04:00
|
|
|
(package! rjsx-mode)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! nodejs-repl)
|
|
|
|
(package! tern)
|
2017-03-23 15:47:07 -04:00
|
|
|
(package! web-beautify)
|
2017-03-24 15:01:03 -04:00
|
|
|
(package! skewer-mode)
|
2017-01-16 23:30:37 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-tern))
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2017-03-15 22:45:27 -04:00
|
|
|
(when (featurep! :feature jump)
|
|
|
|
(package! xref-js2))
|
|
|
|
|