Remove go-mode.

This commit is contained in:
Tom Alexander 2023-05-27 15:39:09 -04:00
parent f5e84d6dcc
commit 04b70049c4
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
(require 'common-lsp)
(require 'util-tree-sitter)
(use-package go-mode
:pin nongnu
(use-package go-ts-mode
:pin manual
:mode (
("\\.go\\'" . go-ts-mode)
("/go\\.mod\\'" . go-ts-mode)
)
:commands (go-mode go-ts-mode)
:hook (
(go-ts-mode . (lambda ()