el-get/recipes/go-mode.rcp

8 lines
298 B
Plaintext
Raw Normal View History

2010-12-24 03:51:41 +08:00
(:name go-mode
:description "Major mode for the Go programming language"
2010-12-24 03:51:41 +08:00
: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)))