el-get/recipes/go-def.rcp
2016-09-27 10:17:53 +02:00

6 lines
210 B
Plaintext

(:name go-def
:description "Required for go-mode godef functions"
:type go
:pkgname "github.com/rogpeppe/godef"
:post-init (add-to-list 'exec-path (concat default-directory "bin")))