diff --git a/init.el b/init.el index 4d9e1c2..95fc2b9 100644 --- a/init.el +++ b/init.el @@ -2065,12 +2065,10 @@ This is :around advice, so OLDFUN is the real function :hook (go-mode . my/eglot-if-trusted) :config (my/setup-c-style-newline-keys go-mode-map)) -;; (use-package go-ts-mode -;; :ensure nil -;; :hook (go-ts-mode . my/eglot-if-trusted) -;; :custom (go-ts-mode-indent-offset 4) -;; :config -;; (my/setup-c-style-newline-keys go-ts-mode-map)) +(use-package go-ts-mode + :ensure nil + :hook (go-ts-mode . my/eglot-if-trusted) + :custom (go-ts-mode-indent-offset 4)) ;; rust (use-package rust-mode)