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:
parent
e373052064
commit
d87fba7944
2 changed files with 0 additions and 180 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue