mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
Only make company features conditional
This commit is contained in:
5
modules/lang/coq/config.el
Normal file
5
modules/lang/coq/config.el
Normal 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))))
|
Reference in New Issue
Block a user