el-get/recipes/go-mode.rcp

9 lines
322 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 (lambda ()
(add-to-list 'auto-mode-alist '("\\.go\\'" . go-mode))))