el-get/recipes/company-ghc.rcp

8 lines
278 B
Plaintext
Raw Normal View History

2014-09-06 17:24:10 +08:00
(:name company-ghc
:description "Company-mode ghc-mod backend."
:type github
:pkgname "iquiw/company-ghc"
:depends (company-mode ghc-mod)
:post-init (eval-after-load 'company
'(add-to-list 'company-backends 'company-ghc)))