all repos — nixfiles @ 6a65a74b1e877f83d310dbd9f2136b53986fa5e8

System and user configuration, managed by nix and home-manager

emacs: remove go config

The packaging situation in the language has probably changed in the meantime
Alan Pearce alan@alanpearce.eu
Wed, 19 Apr 2023 15:51:24 +0200
commit

6a65a74b1e877f83d310dbd9f2136b53986fa5e8

parent

abd45c638f30286e19435fa032cca458a9f869da

1 files changed, 1 insertions(+), 8 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -716,14 +716,7 @@ ;;; Major modes 
 ;;;; golang
 (use-package go-mode
-  :defer t
-  :config (progn
-            (setq-default gofmt-command "goimports")
-            (add-hook 'go-mode-hook (lambda ()
-                                      (add-hook 'before-save-hook #'gofmt-before-save)
-                                      (if (not (string-match-p "go" compile-command))
-                                          (set (make-local-variable 'compile-command)
-                                               "go build -v && go test && go vet"))))))
+  :defer t)
 
 ;;;; rust
 (use-package rustic