el-get/recipes/company-auctex.rcp

8 lines
282 B
Plaintext
Raw Normal View History

2014-09-06 17:23:51 +08:00
(:name company-auctex
:description "Company-mode auto-completion for AUCTeX."
:type github
:pkgname "alexeyr/company-auctex"
:depends (auctex company-mode yasnippet)
2014-09-06 17:23:51 +08:00
:post-init (eval-after-load 'auctex
'(company-auctex-init)))