about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/wpc/wpc-haskell.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/wpc/wpc-haskell.el')
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/wpc-haskell.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-haskell.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-haskell.el
index af08cf8f02..536790e36d 100644
--- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-haskell.el
+++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-haskell.el
@@ -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."