diff --git a/modules/lang/cc/config.el b/modules/lang/cc/config.el index aaf3e4f16..7e9377744 100644 --- a/modules/lang/cc/config.el +++ b/modules/lang/cc/config.el @@ -107,6 +107,7 @@ (def-package! irony :after cc-mode + :init (add-hook 'c-mode-common-hook 'irony-mode) :config (setq irony-server-install-prefix (concat doom-etc-dir "irony-server/")) (add-hook! 'irony-mode-hook '(irony-eldoc flycheck-mode))