mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #823 from patrl/moreCoq
Put company-coq behind conditional
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
;;; lang/coq/autoload.el -*- lexical-binding: t; -*-
|
||||
;;;###if (featurep! :completion company)
|
||||
|
||||
;;;###autoload
|
||||
(add-hook 'coq-mode-hook #'company-coq-mode)
|
||||
|
@ -3,4 +3,5 @@
|
||||
|
||||
(package! proof-general :recipe (:fetcher github :repo "ProofGeneral/PG" :files ("*")))
|
||||
|
||||
(package! company-coq)
|
||||
(when (featurep! :completion company)
|
||||
(package! company-coq))
|
||||
|
Reference in New Issue
Block a user