summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/company-coq/files/50company-coq-gentoo.el')
-rw-r--r--app-emacs/company-coq/files/50company-coq-gentoo.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/company-coq/files/50company-coq-gentoo.el b/app-emacs/company-coq/files/50company-coq-gentoo.el
index 431f7e90ae73..9aa96abbd125 100644
--- a/app-emacs/company-coq/files/50company-coq-gentoo.el
+++ b/app-emacs/company-coq/files/50company-coq-gentoo.el
@@ -1 +1,4 @@
(add-to-list 'load-path "@SITELISP@")
+(autoload 'company-coq-mode "company-coq"
+ "Collection of extensions for Proof General's Coq mode" t)
+(add-hook 'coq-mode 'company-coq-mode)