mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
14 lines
257 B
EmacsLisp
14 lines
257 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/javascript/packages.el
|
|
|
|
(@package coffee-mode)
|
|
(@package js2-mode)
|
|
(@package js2-refactor)
|
|
(@package jsx-mode)
|
|
(@package nodejs-repl)
|
|
(@package tern)
|
|
|
|
(when (@featurep :completion company)
|
|
(@package company-tern))
|
|
|