diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-25T15·33-0400 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2021-12-25T16·07+0000 |
commit | 9888a8819850ceaddd77c82eda7f1862e596fcf1 (patch) | |
tree | 8341468173222f73504cf35e267c4819c4f7f9b5 /users/wpcarro/emacs/default.nix | |
parent | 76108fa7d7d8d18478342f05f2ca8e53f804aa11 (diff) |
chore(wpcarro/emacs): Drop support for lsp-haskell r/3399
1. This is spamming my Emacs's *Warnings* buffer on init. 2. I recall this being buggy. 3. I'm not doing active Haskell development at the moment. 4. I'd prefer code-intelligence efforts be put into SourceGraph. Change-Id: I57ba28ec0b2fa3607cd67261a90d134107166c47 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4610 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/emacs/default.nix')
-rw-r--r-- | users/wpcarro/emacs/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix index 76f86cf82a32..2c6585bec5b0 100644 --- a/users/wpcarro/emacs/default.nix +++ b/users/wpcarro/emacs/default.nix @@ -102,7 +102,6 @@ let fish-mode tuareg haskell-mode - lsp-haskell use-package general clojure-mode |