lang/cc: properly enable irony-mode in cc modes

This commit is contained in:
Henrik Lissner 2017-03-20 03:47:26 -04:00
parent 43ce124043
commit 8b1c1b0416

View File

@ -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))