Only make company features conditional

This commit is contained in:
Patrick Elliott
2018-08-27 12:57:07 +02:00
parent 98b5c95ee5
commit d9f819dac4
3 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
;;; lang/coq/config.el -*- lexical-binding: t; -*-
(after! company-coq
(when (not (featurep! :completion company))
(setq company-coq-disabled-features '(company company-defaults))))