recipe: company-auctex

This commit is contained in:
David Holm 2014-09-06 11:23:51 +02:00
parent 96b960e84a
commit 6faea1f0ed

View File

@ -0,0 +1,7 @@
(:name company-auctex
:description "Company-mode auto-completion for AUCTeX."
:type github
:pkgname "alexeyr/company-auctex"
:depends (auctex company-mode)
:post-init (eval-after-load 'auctex
'(company-auctex-init)))