el-get/recipes/go-flymake.rcp

10 lines
391 B
Plaintext
Raw Normal View History

(:name go-flymake
:description "Flymake for the Go programming language"
:type go
:pkgname "github.com/dougm/goflymake"
:depends go-mode
:load-path "src/github.com/dougm/goflymake"
:post-init (progn
(add-to-list 'exec-path (concat default-directory "bin"))
(eval-after-load 'go-mode '(require 'go-flymake))))