Remove accidentally added parts to javascript module
This commit is contained in:
parent
dd97e10aa0
commit
ad29a2253f
1 changed files with 0 additions and 8 deletions
|
@ -99,11 +99,6 @@
|
||||||
:config
|
:config
|
||||||
(set! :company-backend 'js2-mode '(company-tern)))
|
(set! :company-backend 'js2-mode '(company-tern)))
|
||||||
|
|
||||||
(def-package! company-flow
|
|
||||||
:when (featurep! :completion company)
|
|
||||||
:after company
|
|
||||||
:config
|
|
||||||
(set! :company-backend 'js2-mode '(company-flow)))
|
|
||||||
|
|
||||||
(def-package! rjsx-mode
|
(def-package! rjsx-mode
|
||||||
:commands rjsx-mode
|
:commands rjsx-mode
|
||||||
|
@ -207,9 +202,6 @@
|
||||||
:modes (html-mode css-mode web-mode js2-mode markdown-mode)
|
:modes (html-mode css-mode web-mode js2-mode markdown-mode)
|
||||||
:files "package.json")
|
:files "package.json")
|
||||||
|
|
||||||
(def-project-mode! +javascript-eslintd-fix-mode
|
|
||||||
:modes (+javascript-npm-mode))
|
|
||||||
|
|
||||||
(def-project-mode! +javascript-lb6-mode
|
(def-project-mode! +javascript-lb6-mode
|
||||||
:modes (web-mode js2-mode nxml-mode markdown-mode)
|
:modes (web-mode js2-mode nxml-mode markdown-mode)
|
||||||
:match "\\.lb\\(action\\|ext\\)/"
|
:match "\\.lb\\(action\\|ext\\)/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue