feat(emacs): Add websocket lib (and remove flycheck)
This commit is contained in:
parent
b607fa5e60
commit
8813e55555
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,6 @@ in emacsWithPackages(epkgs:
|
||||||
elm-mode
|
elm-mode
|
||||||
erlang
|
erlang
|
||||||
flx
|
flx
|
||||||
flycheck
|
|
||||||
go-mode
|
go-mode
|
||||||
gruber-darker-theme
|
gruber-darker-theme
|
||||||
haskell-mode
|
haskell-mode
|
||||||
|
@ -124,6 +123,7 @@ in emacsWithPackages(epkgs:
|
||||||
toml-mode
|
toml-mode
|
||||||
uuidgen
|
uuidgen
|
||||||
web-mode
|
web-mode
|
||||||
|
websocket
|
||||||
yaml-mode
|
yaml-mode
|
||||||
]) ++
|
]) ++
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue