1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:50:21 -07:00
go/misc/emacs
Kevin Ballard c57054f7b4 Implement new emacs command M-x gofmt
Define a new interactive function in go-mode.el called gofmt.
This function passes the current buffer through the external `gofmt`
tool and replaces the buffer with the result.

R=agl, rsc
https://golang.org/cl/154044
2009-11-10 20:05:24 -08:00
..
go-mode-load.el go-mode for Emacs. This provides basic syntax highlighting 2009-10-22 08:54:26 -07:00
go-mode.el Implement new emacs command M-x gofmt 2009-11-10 20:05:24 -08:00