el-get/recipes/go-company.rcp
Vedang Manerikar 3a8f2ecc87 Fix the =go-company= recipe file.
...to load the =company-go= backend correctly.
2014-08-10 00:18:29 +05:30

10 lines
415 B
Plaintext

(:name go-company
:description "An autocompletion daemon for the Go programming language"
:type go
:pkgname "github.com/nsf/gocode"
:depends (company-mode go-mode)
:load-path ("src/github.com/nsf/gocode/emacs-company")
:prepare (eval-after-load 'go-mode
'(require 'company-go))
:post-init (add-to-list 'exec-path (concat default-directory "bin")))