chore(wpcarro/emacs): Drop support for lsp-haskell

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
This commit is contained in:
William Carroll 2021-12-25 11:33:58 -04:00 committed by wpcarro
parent 76108fa7d7
commit 9888a88198
2 changed files with 0 additions and 9 deletions

View file

@ -24,14 +24,6 @@
:config
(macros-add-hook-before-save 'haskell-mode #'haskell-align-imports))
;; LSP support
(use-package lsp-haskell
:after (haskell-mode)
:config
(setq lsp-haskell-process-path-hie "hie-wrapper")
(add-hook 'haskell-mode-hook #'lsp-haskell-enable)
(add-hook 'haskell-mode-hook #'flycheck-mode))
;; Test toggling
(defun wpc-haskell-module->test ()
"Jump from a module to a test."

View file

@ -102,7 +102,6 @@ let
fish-mode
tuareg
haskell-mode
lsp-haskell
use-package
general
clojure-mode