when not => unless

This commit is contained in:
Henrik Lissner 2018-08-31 03:32:25 +02:00 committed by GitHub
parent f95623989d
commit f75381ae51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,5 @@
:definition #'company-coq-jump-to-definition :definition #'company-coq-jump-to-definition
:references #'company-coq-grep-symbol :references #'company-coq-grep-symbol
:documentation #'company-coq-doc) :documentation #'company-coq-doc)
(when (not (featurep! :completion company)) (unless (featurep! :completion company)
(setq company-coq-disabled-features '(company company-defaults)))) (setq company-coq-disabled-features '(company company-defaults))))