el-get/recipes/go-mode.el

8 lines
257 B
EmacsLisp
Raw Normal View History

2010-12-24 03:51:41 +08:00
(:name go-mode
:type http
:url "http://go.googlecode.com/hg/misc/emacs/go-mode.el?r=tip"
:localname "go-mode.el"
:features go-mode
:after (lambda ()
(add-to-list 'auto-mode-alist '("\\.go\\'" . go-mode))))