diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-31 00:54:12 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-31 00:54:12 +0100 |
commit | ab3c8f98b875acf882c27b407f756240a78554f1 (patch) | |
tree | e30a7afe0ad2609eff78c2b626172810c25ba022 /Doom | |
parent | ac8eee9b3b828c62817b160ce2ba6c9c51e4bb3b (diff) | |
download | dotfiles-ab3c8f98b875acf882c27b407f756240a78554f1.tar.gz dotfiles-ab3c8f98b875acf882c27b407f756240a78554f1.tar.bz2 dotfiles-ab3c8f98b875acf882c27b407f756240a78554f1.zip |
~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.
Diffstat (limited to 'Doom')
-rw-r--r-- | Doom/.doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |