about summary refs log tree commit diff
path: root/emacs.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-06-06T21·32+0200
committerVincent Ambo <mail@tazj.in>2018-06-06T21·32+0200
commit8813e5555570eb025a2c33c34e62f7f646eb114f (patch)
tree52febc19f07780af4c5c1c1569e078d1e616c598 /emacs.nix
parentb607fa5e608863574db1001ec94c02d17cc62f17 (diff)
feat(emacs): Add websocket lib (and remove flycheck)
Diffstat (limited to 'emacs.nix')
-rw-r--r--emacs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.nix b/emacs.nix
index 8700ac6454..6c7d4dd8ea 100644
--- a/emacs.nix
+++ b/emacs.nix
@@ -98,7 +98,6 @@ in emacsWithPackages(epkgs:
     elm-mode
     erlang
     flx
-    flycheck
     go-mode
     gruber-darker-theme
     haskell-mode
@@ -124,6 +123,7 @@ in emacsWithPackages(epkgs:
     toml-mode
     uuidgen
     web-mode
+    websocket
     yaml-mode
   ]) ++