From 68b5afda96f45979da2e1e5b14eeab23ef8ca23b Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 8 Mar 2024 20:01:19 -0800 Subject: [PATCH] Fix last commit go stuff --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 62b70d8..250f093 100644 --- a/init.el +++ b/init.el @@ -138,6 +138,8 @@ (c++-mode . c++-ts-mode) (c-or-c++-mode . c-or-c++-ts-mode) (python-mode . python-ts-mode) + (go-mode . go-ts-mode) + (go-dot-mod-mode . go-mod-ts-mode) (java-mode . java-ts-mode) (rust-mode . rust-ts-mode) (json-mode . json-ts-mode)