company: remove company-template autoloader

This commit is contained in:
Henrik Lissner 2016-05-23 19:30:48 -04:00
parent bbcd5b1ecd
commit 691c3cc972

View File

@ -13,7 +13,6 @@
company-global-modes '(not eshell-mode comint-mode erc-mode message-mode help-mode)
company-frontends '(company-pseudo-tooltip-frontend company-echo-metadata-frontend)
company-backends '((company-capf company-keywords))
company-quickhelp-delay nil
company-statistics-file (concat doom-temp-dir "/company-stats-cache.el"))
@ -47,8 +46,5 @@
:commands company-dict
:config (setq company-dict-dir (concat doom-private-dir "/dict")))
(use-package company-template
:after ac-php-company)
(provide 'core-company)
;;; core-company.el ends here