b5e74cd463
without this, spacemacs//javascript-setup-checkers in package.el:45 will not be found unless user has the layer installed already
12 lines
332 B
EmacsLisp
12 lines
332 B
EmacsLisp
;;; layers.el --- react Layer layers File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Thanh Vuong <thanhvg@gmail.com>
|
|
;; URL: https://github.com/thanhvg
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
(configuration-layer/declare-layers '(node html prettier javascript))
|