From f0fa86fc425cc6216b71230be15f12ff3a32a39d Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Thu, 6 Jun 2024 23:43:06 -0400 Subject: [PATCH] Add go support to DOOM Emacs --- doom/.config/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom/.config/doom/init.el b/doom/.config/doom/init.el index 735e72d..27c3a6a 100644 --- a/doom/.config/doom/init.el +++ b/doom/.config/doom/init.el @@ -126,7 +126,7 @@ ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for - ;;(go +lsp) ; the hipster dialect + (go +lsp) ; the hipster dialect ;;(graphql +lsp) ; Give queries a REST ;;(haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python