lang/javascript: remove screeps

Moved it to my private config. This is more of a customization than
something this module should offer support for.
This commit is contained in:
Henrik Lissner 2018-12-28 23:54:23 -05:00
parent e373052064
commit d87fba7944
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 180 deletions

View file

@ -234,9 +234,3 @@
(def-project-mode! +javascript-gulp-mode
:when (locate-dominating-file default-directory "gulpfile.js"))
(def-project-mode! +javascript-screeps-mode
:match "/screeps\\(?:-ai\\)?/.+$"
:modes (+javascript-npm-mode)
:add-hooks (+javascript|init-screeps-mode)
:on-load (load! "+screeps"))