dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.37k stars 209 forks source link

redefine stock Emacs Compile to use go-build #417

Open the42 opened 1 year ago

the42 commented 1 year ago

When opening a go file, M-x compile has the default make -k. It would make sense that the go package redefines the make command as go build or sthg. else more sensible.