doomemacs/modules/lang/javascript/packages.el

17 lines
313 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
2017-02-03 19:43:25 -05:00
;;; lang/javascript/packages.el
2017-01-16 23:30:37 -05:00
(package! coffee-mode)
(package! js2-mode)
(package! js2-refactor)
(package! jsx-mode)
(package! nodejs-repl)
(package! tern)
2017-01-16 23:30:37 -05:00
(when (featurep! :completion company)
(package! company-tern))
2017-02-19 18:57:16 -05:00
(when (featurep! :feature jump)
(package! xref-js2))