diff --git a/modules/lang/cc/config.el b/modules/lang/cc/config.el index 602855658..19a7057a3 100644 --- a/modules/lang/cc/config.el +++ b/modules/lang/cc/config.el @@ -150,8 +150,7 @@ compilation database is present in the project.") (def-package! company-irony :when (featurep! :completion company) :init - (set-company-backend! - '(c-mode c++-mode objc-mode) + (set-company-backend! 'irony-mode '(:separate company-irony-c-headers company-irony)) :config (require 'company-irony-c-headers)))