From d8543839172f9a01464679eb53fd02b1cef8197c Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 11 Oct 2023 14:07:48 -0700 Subject: [PATCH] Added the haskell lsp server to lsp.org --- .emacs.d/lsp.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.emacs.d/lsp.org b/.emacs.d/lsp.org index 22b74aa..c08d453 100644 --- a/.emacs.d/lsp.org +++ b/.emacs.d/lsp.org @@ -124,3 +124,11 @@ To install the corresponding LSP, you need to install ~yls~. Using the command ~ :defer t :hook (R-mode . lsp-deferred)) #+end_src + +** Haskell + +#+begin_src emacs-lisp +(use-package haskell-mode + :defer t + :hook (haskell-mode . lsp-deferred)) +#+end_src