emacs: remove go config The packaging situation in the language has probably changed in the meantime
1 file changed, 1 insertion(+), 8 deletions(-)
jump to
M user/emacs/init.el → user/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