Try misc/emacs/go-mode.el
(web link) in the Go distribution.
If you are using Emacs 24 and marmalade repo, use M-x package-install <RET> go-mode
to install it directly.
If your Go installs to /usr/local/go
then add the following to your .emacs
file.
;; go mode
(setq load-path (cons "/usr/local/go/misc/emacs" load-path))
(require 'go-mode-load)
You can now download the golang-mode for Emacs from your package manager:
yum install emacs-golang
apt-get install golang-mode
apt-get install golang-mode
I only checked on Fedora, but the package is automatically installed and you have nothing to do except enjoying your new golang mode! And it is also updated as any other package of your system.
There are probably packages on other Linux distributions too.
Read Writing Go in Emacs and its follow-up, written by Dominik Honnef, the author of the official go-mode
.
There he explains the story of go-mode
and ways to install it, how to read Go documentation from inside Emacs, how to manage import statements of Go files in Emacs, how to setup autocomplete, on-the-fly syntax checking, snippets, and a lot of other super useful features for developing Go in Emacs.
Yes, there is. It is in the source code, inside the misc/emacs
dir.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With