From da31e1b7f36c14ec4c280cd84499dcfba1f5f0d4 Mon Sep 17 00:00:00 2001 From: Andreas Kurth Date: Sat, 30 Sep 2023 10:32:06 +0200 Subject: [PATCH] Remove go-mod-ts-mode from apheleia-mode-alist (#214) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit go-mod-ts-mode is used with go.mod files. These cannot be formatted with gofmt; attempting to do so will lead to an error anyway. Note that also the goimports tool won’t work with go.mod files. Co-authored-by: Andreas Kurth --- apheleia.el | 1 - 1 file changed, 1 deletion(-) diff --git a/apheleia.el b/apheleia.el index 2ae9a88..6203710 100644 --- a/apheleia.el +++ b/apheleia.el @@ -241,7 +241,6 @@ rather than using this system." (elm-mode . elm-format) (fish-mode . fish-indent) (go-mode . gofmt) - (go-mod-ts-mode . gofmt) (go-ts-mode . gofmt) (graphql-mode . prettier-graphql) (haskell-mode . brittany)