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