google go mode

This commit is contained in:
Alexander Solovyov 2010-12-24 03:51:41 +08:00 committed by Dimitri Fontaine
parent 6e7be2eca9
commit c7e1dd4f37

7
recipes/go-mode.el Normal file
View File

@ -0,0 +1,7 @@
(: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))))