diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 579f240b..35025525 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -109,7 +109,7 @@ (add-hook 'before-save-hook #'gofmt-before-save) (add-hook 'go-mode-hook 'eglot-ensure) (defun me/go-mode-compile-command-hook () - ;; if no makefile use go build for compile command + ;; if no makefile use go vet for compile command (unless (or (file-exists-p "makefile") (file-exists-p "Makefile")) (set (make-local-variable 'compile-command)