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
1 files changed, 1 insertions(+), 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