From c1fd80b622285b73dd64c652e74c2f36f4abf378 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 31 Mar 2024 08:39:00 -0400 Subject: [PATCH] Add haskell support back to doom emacs - Mostly just so I get syntax highlighting for my old xmonad config --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index ae25b39..451afd5 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/init.el b/init.el index 3964f99..8bae36e 100644 --- a/init.el +++ b/init.el @@ -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