diff --git a/cmd/goimports/doc.go b/cmd/goimports/doc.go index f5ca3a0a..7033e4d4 100644 --- a/cmd/goimports/doc.go +++ b/cmd/goimports/doc.go @@ -13,8 +13,6 @@ For emacs, make sure you have the latest go-mode.el: https://github.com/dominikh/go-mode.el Then in your .emacs file: (setq gofmt-command "goimports") - (add-to-list 'load-path "/home/you/somewhere/emacs/") - (require 'go-mode-autoloads) (add-hook 'before-save-hook 'gofmt-before-save) For vim, set "gofmt_command" to "goimports":