From ab3c8f98b875acf882c27b407f756240a78554f1 Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 31 May 2020 00:54:12 +0100 Subject: ~haskell +ghcide -> haskell The default haskell mode with ghci has good defaults, completion systems and an overall workflow which I can really work with. This is better than the LSP system which uses a lot of memory and CPU without much returns in comparison to this method. --- Doom/.doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doom/.doom.d') diff --git a/Doom/.doom.d/init.el b/Doom/.doom.d/init.el index b988842..b9507b0 100644 --- a/Doom/.doom.d/init.el +++ b/Doom/.doom.d/init.el @@ -122,7 +122,7 @@ ;;ess ; emacs speaks statistics (fsharp +lsp) ; ML stands for Microsoft's Language ;;go ; the hipster dialect - (haskell +ghcide) ; a language that's lazier than I am + (haskell) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; (java +lsp) ; the poster child for carpal tunnel syndrome -- cgit v1.2.3-13-gbd6f