mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
Moving to Doom Emacs!
This commit is contained in:
22
.emacs.d/modules/lang/javascript/packages.el
Normal file
22
.emacs.d/modules/lang/javascript/packages.el
Normal file
@@ -0,0 +1,22 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/javascript/packages.el
|
||||
|
||||
;; Major modes
|
||||
(package! coffee-mode)
|
||||
(package! js2-mode)
|
||||
(package! rjsx-mode)
|
||||
(package! typescript-mode)
|
||||
|
||||
;; Tools
|
||||
(package! eslintd-fix)
|
||||
(package! js2-refactor)
|
||||
(package! npm-mode)
|
||||
|
||||
;; Eval
|
||||
(package! nodejs-repl)
|
||||
(package! skewer-mode)
|
||||
|
||||
;; Programming environment
|
||||
(package! tide)
|
||||
(when (featurep! :tools lookup)
|
||||
(package! xref-js2))
|
||||
Reference in New Issue
Block a user