el-get/recipes/go-mode.rcp
2012-02-22 14:46:21 -08:00

8 lines
298 B
Plaintext

(:name go-mode
:description "Major mode for the Go programming language"
:type http
:url "http://go.googlecode.com/hg/misc/emacs/go-mode.el?r=tip"
:localname "go-mode.el"
:features go-mode
:post-init (add-to-list 'auto-mode-alist '("\\.go\\'" . go-mode)))