Gee, what're we gonna do tonight, Brain?

This commit is contained in:
Henrik Lissner
2014-11-29 20:21:03 -05:00
parent 4df3c32a8d
commit 3a79705475
44 changed files with 1806 additions and 1237 deletions

7
init/init-go.el Normal file
View File

@@ -0,0 +1,7 @@
(provide 'init-go)
(use-package go-mode
:mode "\\.go\\'"
:interpreter "go"
:init
(require 'go-autocomplete))