mirror of
https://github.com/golang/go
synced 2024-11-13 16:30:25 -07:00
0ac151fd5c
Change M-x gofmt to display errors in a new buffer instead of clobbering the current buffer. Add gofmt-before-save, which runs gofmt when in go-mode. This can be used with before-save-hook. Add to your .emacs: (add-hook 'before-save-hook 'gofmt-before-save) R=rsc, aclements, amdragon CC=golang-dev https://golang.org/cl/4276059 |
||
---|---|---|
.. | ||
go-mode-load.el | ||
go-mode.el |