From 05135ef875497b9699c393f9ab7ac99c4c523827 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 5 Feb 2020 17:55:38 +0000 Subject: Further configure Go tooling - Prefer goimports to gofmt. goimports calls gofmt; it also adds and removes dependencies. - Assert the presence of goimports, godoc, godef - KBD godef to M-. - Support the M-x compile command for calling `go build -v` --- emacs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/default.nix') diff --git a/emacs/default.nix b/emacs/default.nix index 18d9f2cc61f3..24496bccc1e5 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -56,6 +56,7 @@ let py-yapf reason-mode elixir-mode + go-mode company markdown-mode refine -- cgit 1.4.1