Put company features behind conditional
This commit is contained in:
parent
9e08620350
commit
dbca4eef12
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
;;; lang/coq/autoload.el -*- lexical-binding: t; -*-
|
;;; lang/coq/autoload.el -*- lexical-binding: t; -*-
|
||||||
|
;;;###if (featurep! :completion company)
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(add-hook 'coq-mode-hook #'company-coq-mode)
|
(add-hook 'coq-mode-hook #'company-coq-mode)
|
||||||
|
|
|
@ -3,4 +3,5 @@
|
||||||
|
|
||||||
(package! proof-general :recipe (:fetcher github :repo "ProofGeneral/PG" :files ("*")))
|
(package! proof-general :recipe (:fetcher github :repo "ProofGeneral/PG" :files ("*")))
|
||||||
|
|
||||||
(package! company-coq)
|
(when (featurep! :completion company)
|
||||||
|
(package! company-coq))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue