when not => unless
This commit is contained in:
parent
f95623989d
commit
f75381ae51
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
|||
:definition #'company-coq-jump-to-definition
|
||||
:references #'company-coq-grep-symbol
|
||||
:documentation #'company-coq-doc)
|
||||
(when (not (featurep! :completion company))
|
||||
(unless (featurep! :completion company)
|
||||
(setq company-coq-disabled-features '(company company-defaults))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue