Add haskell support back to doom emacs

- Mostly just so I get syntax highlighting for my old xmonad config
This commit is contained in:
Sravan Balaji
2024-03-31 08:39:00 -04:00
parent 6349a87355
commit c1fd80b622
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ Alternatively, press =gd= (or =C-c c d=) on a module to browse its directory (fo
;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect
;;(graphql +lsp) ; Give queries a REST
;;(haskell +lsp) ; a language that's lazier than I am
(haskell +lsp) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on
(json +lsp) ; At least it ain't XML

View File

@@ -123,7 +123,7 @@
;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect
;;(graphql +lsp) ; Give queries a REST
;;(haskell +lsp) ; a language that's lazier than I am
(haskell +lsp) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on
(json +lsp) ; At least it ain't XML